generator-wintersmith-jade

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i generator-wintersmith-jade

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • mmintel