0.1.6 • Published 10 years ago

generator-foundation-gulp-mustache v0.1.6

Weekly downloads
7
License
MIT
Repository
github
Last release
10 years ago

Yeoman Foundation Generator

Yeoman generator for Zurb Foundation with:

Forked from gulp-mustache to add mustache.

  • Sass compiling (LibSass / Compass options)
  • Browserify dependency bundling
  • Gulp automation
  • BrowserSync server with live reloading
  • Mustache templating engine (option)

Getting Started

If Yeoman isn't already installed:

npm install -g yo

Install the generator from npm:

npm install -g generator-foundation-gulp-mustache

Navigate to your target directory and initiate the generator:

yo foundation-gulp-mustachej

Run gulp to start the server and watch for changes:

gulp

Include the --prod flag to export production-ready minified files (note: increases gulp task time, leave off for dev purposes):

gulp --prod

Editing

Edit mustache, scss and js files in the src directory

Gulp will serve finalized versions to the build directory

License

MIT

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago