Very basic grunt boilerplate to start your project. Uses minimal tasks and dependencies.
###Features:
- SMACCS CSS architecture using SASS
- Minimize scripts, html and css
- Grunt task to watch for changes during development - watches for changes to SASS, JS, html and recompiles
- Livereload for CSS updates
- Run
npm installfrom the command line in the root folder of this project. This will install all the required node packages. - Run
grunt serverfrom the command line in the root folder of this project. This will run your site on a local server at http://localhost:8000/.