GRUNT + SASS + BrowserSync + bootstrap
- grunt-cli (not in package.json, install globally with
npm install -g grunt-cli
) - grunt
- grunt-browser-sync
- grunt-contrib-concat
- grunt-contrib-sass
- grunt-contrib-uglify
- grunt-contrib-watch
- load-grunt-tasks
- request
- time-grunt
It's preferred to have grunt command line tools installed globally, see above for information on this.
and run sudo npm install
in the directory.
See the gruntfile.js
file for more information on standard grunt tasks.
Run grunt
via terminal to run all tasks.
Copyright by secondnetwork under the MIT license.