generator-zf5
Zurb Foundation 5 generator for Yeoman.
Yo Foundation 5!
- Sass compiling
- Publishing to dist directory
- LiveReload (with browser extension)
- JSHint
- Font Awesome (option)
Getting Started
$ npm install -g yo
To install generator-zf5 from npm, run:
$ npm install -g generator-zf5
Finally, initiate the generator:
$ yo zf5
Grunt tasks:
..for validating javascript
$ grunt validate-js
..for compiling files
$ grunt build
..for watching (now with LiveReload)
$ grunt
..for publishing project (dist directory)
$ grunt publish
For LiveReload just install LiveReload Extension for Chrome, set permissions and restart browser. Call 'grunt' (watching) command and activate LiveReload in Chrome browser.
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.
License
MIT License
Contact
@juliancwirko | julian.cwirko@gmail.com