Assemble - http://assemble.io/
Bower - http://bower.io/
NodeJS - http://nodejs.org/
Git - http://git-scm.com/
GruntJS - http://gruntjs.com/
Sass - http://sass-lang.com/
Bootstrap - http://getbootstrap.com/
BrowserDetection.js - https://github.com/Milanowicz/BrowserDetection.js
Modernizr - http://modernizr.com/
SassCollection - https://github.com/Milanowicz/CSSSassCollection
Your Documentation about what ever
Documentation
All JavaScripts libraries or scripts from you or somewhere else
JavaScript
Your Sass StyleSheets are here
Sass
This directory is for the visitors
Be first time used ever then
$ npm install -g Bower
Install all Grunt modules and let's roll
$ bower install
Update all
$ bower update
Be first time used ever then
$ npm install -g grunt-cli
Install all Grunt modules and let's roll
$ npm install
Create this file to use "$ grunt serve"
local.json
{
"localhost" : "localhost",
"port": "9000"
}
Grunt Watch if files are changes and generate them new
$ grunt serve
Let Grunt generates all files
$ grunt build
Do run all Tasks for a Release
$ grunt
Check Grunt Modules
$ grunt devUpdate:show
Update GruntJS modules
$ grunt devUpdate:install