0.0.4 • Published 11 years ago
generator-kitchensink v0.0.4
generator-kitchensink
Yeoman generator for scaffolding a web project with everything but the kitchen sink. All optional.
It's based on generator-webapp and generator-bones (mostly the later) with added features: Assemble, grunt-webfont, autoprefixer, normalize.css, Susy, Breakpoint, Scut.
Getting started
- Make sure you have yo installed:
npm install -g yo - Install the generator:
npm install -g generator-kitchensink - Run:
yo kitchensink - Run:
grunt serve
Ruby Caveats
- Susy requires installing the Susy gem.
The best solution for this problem is to use Bundler and the generated Gemfile.
bundle installto install all the gem requirements.bundle exec grunt serve&&bundle exec grunt buildto run the associated grunt tasks.