0.3.5 • Published 10 years ago

generator-jade-rabbit v0.3.5

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

Jade Rabbit generator Build Status

A generator for Yeoman that scaffolds out a front-end Web app with Jade templates.

Features

  • CSS Autoprefixing (new)
  • Built-in preview server with LiveReload
  • Automagically compile Jade & LESS
  • Automagically lint your scripts
  • Awesome Image Optimization (via OptiPNG, pngquant, jpegtran and gifsicle)
  • Mocha Unit Testing with PhantomJS
  • Optional - Twitter Bootstrap for LESS
  • Optional - Leaner Modernizr builds (new)

For more information on what generator-jade-rabbit can do for you, take a look at the Grunt tasks used in our package.json.

Getting Started

  • Make sure you have yo installed: npm install -g yo
  • Install: npm install -g generator-jade-rabbit
  • Run: yo jade-rabbit
  • Run: grunt for building and grunt serve for preview *

Grunt Serve Note

Note: grunt server was previously used for previewing in earlier versions of the project and is being deprecated in favor of grunt serve.

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

License

MIT License