Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-wintersmith-jade

mmintel40.1.0

Create new Wintersmith projects using jade templating engine.

yeoman-generator, wintersmith, jade, generator, boilerplate, grunt

readme

Wintersmith-Jade Generator [Dependency Status] (https://david-dm.org/mmintel/generator-wintersmith-jade#info=devDependencies)

[Yeoman] (http://yeoman.io) generator for [Wintersmith] (http://wintersmith.io)

Features

  • set up a local server and automatically reload on change
  • HTML5 boilerplate
  • compile sass files using node sass
  • asset minification
  • browserify with jQuery and Modernizr preinstalled with browserify-shim
  • includes Twitter Bootstrap
  • cache busting

Getting started

First install [node.js] (http://nodejs.org/).

Then get [yeoman] (http://yeoman.io). Type this in your terminal:

npm install -g yo

Install the generator and [wintersmith] (http://wintersmith.io/) from npm. Open your terminal and type:

npm install -g generator-wintersmith-jade wintersmith

Usage

Generate a new project:

yo wintersmith-jade

To start a local server and watch for changes, use:

grunt dev

To create a production-ready build, use:

grunt build

Known problems

If you get an error during initialization of the generator that says something with "EACCES" try the following:

sudo npm install

Want to contribute?

These things are still to do:

  • Choose between ruby or node sass
  • Choose different frameworks, e.g. Foundation or Bootstrap

License

MIT License

changelog

v0.1.0: date: "<%= (new Date).toISOString().split('T')[0] %>" changes:

- Generated by the [Yeoman Generator](https://github.com/mmintel/generator-wintersmith-nunjuncks) for [Wintersmith](http://wintersmith.io)