Skip to content

Foundation, Sass, Gulp, Browserify, Babel for ECMAScript 6, Autoprefixer, BrowserSync Live Reloading

Notifications You must be signed in to change notification settings

dougmacklin/generator-foundation-browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeoman Foundation Generator

Yeoman generator for Zurb Foundation with:

  • Foundation 6 (Foundation 5 option)
  • Sass compiling (LibSass / Compass options)
  • Browserify dependency bundling
  • Gulp automation
  • BrowserSync server with live reloading
  • Babel for ECMAScript 6 (2015 preset)
  • Bourbon mixin library (option)
  • Jade templating engine (option)
  • Font Awesome (option)

Getting Started

If Yeoman isn't already installed:

npm install -g yo

Install the generator from npm:

npm install -g generator-foundation-browserify

Navigate to your target directory and initiate the generator:

yo foundation-gulp-browserify

Run gulp to start the server and watch for changes:

gulp

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

gulp --prod

Editing

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

Gulp will serve finalized versions to the build directory

License

MIT

About

Foundation, Sass, Gulp, Browserify, Babel for ECMAScript 6, Autoprefixer, BrowserSync Live Reloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published