% if (fontAwesome) { %>
<% } %>
Yo Foundation 5!
- Sass compiling
- Publishing to dist directory
- Server with LiveReload
- JSHint
- Grunt Bower install
- Font Awesome (option)
Grunt tasks:
- 'grunt' - watching (Sass, Server on 127.0.0.1:9000 with LiveReload)
- 'grunt compile-sass' - Sass
- 'grunt validate-js' - JSHint
- 'grunt bower-install' - injecting bower libraries
- 'grunt publish' - dist directory
- 'grunt server-dist' - server on 127.0.0.1:9001 - dist directory (preview only)