Socket
Book a DemoInstallSign in
Socket

muffin-compiler-jade

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

muffin-compiler-jade

A Muffin plugin that compiles Jade into HTML

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

muffin

FAQs

Package last updated on 09 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts