Base grunt project for larger scale front-end web development.
- compile sass to css
- compile jade files to html
- copies over font files and images
- watch for changes to recompile new code
- (to be added: require.js)
cd to the src/ directory. run 'grunt' This will build the project and project documentation. At the top level you should now see src/, build/, and docs/.
run 'grunt watch' When doing development this will watch for any file changes and compile the new source
The following libraries/frameworks/files are included
- jquery
- modernizr
- font awesome
- normalize.css
require.js for modular JS development