The boilerplate for new web builds.
Install Node.js
npm install -g grunt-cli
npm install -g bower
-
Clone the repo
cd ~/Sites/your/project/directory git clone [email protected]:mightyinthemidwest/starter-kit.git
-
Install dependencies and build files
npm install bower install grunt bower grunt build
-
Build - Compile all files
grunt build
-
Default - Compile all files and watches for changes
grunt
-
Minify - Run uglify on JavaScript
grunt minify
-
Images - Run imagemin on images
grunt images
-
Make - Compile Handlebars templates
grunt make
-
Move - Copy files to server root
content
grunt move