/generator-foundation-gulp-browserify

Foundation, Sass, Gulp, Browserify, Live Reload

Primary LanguageCSS

Yeoman Foundation Generator

Yeoman generator for Zurb Foundation with:

  • Sass compiling (LibSass / Compass options)
  • Jade templating engine (option)
  • Server with LiveReload
  • Font Awesome (option)
  • Gulp automation
  • Browserify

Getting Started

If Yeoman isn't already installed:

npm install -g yo

Install the generator from npm:

npm install -g generator-foundation-gulp-browserify

Navigate to your target directory and initiate the generator:

yo foundation-gulp-browserify

Run gulp to start the server:

gulp

View in your browser at http://localhost:8080/

Editing

Edit html/jade, scss and js files in the src directory

Gulp will serve production-ready versions to the build directory

License

MIT