% if (polyfill) { %>
<% } %>
Yo FrontCow!
- Sass compiling
- Publishing to dist directory
- Server with LiveReload
- JSHint
<% if (fontAwesome) { %>- Font Awesome
<% } %>
<% if (bourbon) { %>- Bourbon SASS Library Mixins
<% } %>
<% if (polyfill) { %>- Respond polyfill for Foundation 5
<% } %>
Grunt tasks:
- 'grunt' - watching (Sass, Server on 127.0.0.1:9000 with LiveReload)
- 'grunt build' - Sass
- 'grunt validate-js' - JSHint
- 'grunt publish' - dist directory
- 'grunt server-dist' - server on 127.0.0.1:9001 - dist directory (preview only)