Skip to content

Grunt plugin to update paths for concat, uglify and cssmin where is nette variable $basePath

License

Notifications You must be signed in to change notification settings

jamesj2/grunt-nette-basepath

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-nette-basepath

Grunt plugin to updates paths for concat, uglify and cssmin where is nette variable $basePath

Getting Started

This plugin requires Grunt ~0.4.4

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-nette-basepath --save-dev

One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-nette-basepath');

The "netteBasePath" task

Overview

In your project's Gruntfile, add a section named netteBasePath to the data object passed into grunt.initConfig().

full example on github.com/chemix/Nette-Grunt

grunt.initConfig({
  ...
  netteBasePath: {
    basePath: 'www',
    options: {
      removeFromPath: ['app/templates/']
    }
  },
  ...
})
  ...
  netteBasePath:
    basePath: 'www'
    options:
      removeFromPath: ['app/template/']
  ...

Release History

  • 0.2.0: Update for grunt-usemin 2.1.0
  • 0.1.0: Initial release

About

Grunt plugin to update paths for concat, uglify and cssmin where is nette variable $basePath

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published