- node / npm
- Bower 1.3
npm install bower -g
- Grunt 0.4.5
npm install grunt-cli -g
To install run npm i && bower i
- OS X Yosemite 10.10.5 (14F27)
- node 0.12.7
- npm 2.14.1
- bower 1.5.2
- grunt-cli 0.1.13
- grunt 0.4.5
The following (public) grunt tasks are available:
grunt
The default task combinesbuild
andrun
grunt build
Builds everything intobuild
foldergrunt cms
Prepare build for CMS integration (minify and banners in css/js)grunt run
Spawns a local server and runs file watchergrunt deploy
FTP Deployment. You need to configure your host and authorization file first.grunt prepare
,grunt html
,grunt css
,grunt js
andgrunt minify
are internal aliases run by other tasks