1.0.0 • Published 11 years ago

muffin-compiler-jade v1.0.0

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

Muffin compiler for Jade files.

Usage

Install to your global node modules directory:

$ npm install muffin-compiler-jade -g

And add the plugin to your project's config.json file:

{
  "clientDir": "client",
  "buildDir": "server/public",
  "plugins": [
    "muffin-compiler-jade",
    "muffin-compiler-less",
    "muffin-generator-client",
    "muffin-optimizer-uglifyjs",
    "muffin-optimizer-cleancss",
    "muffin-generator-gae"
  ],
  "serverDir": "server",
  "serverType": "gae"
}

License

Released under the MIT license.