- Open project directory in terminal and run
npm install
to install all grunt plugins - Run
bower install
to download Bower components (and their dependencies) as listed in bower.js. - Run
grunt copybower
to copy assets from bower_components to the assets folder.
- Run
grunt
to execute default tasks
To create a fully-optimised, versioned copy of your project:
- Run
grunt rc-fix
to create a patch version - Run
grunt rc-min
to create a minor version - Run
grunt rc-maj
to create a major version
- Run
grunt dist
to zip the latest RC archive for upload to you server.