Skip to content
/ jademon Public

Monitors for changes to Jade templates in a directory and its subdirectories. If it finds any, then it compiles them.

Notifications You must be signed in to change notification settings

mmlin/jademon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jademon

Monitors for changes to Jade templates in a directory and its subdirectories. If it finds any, then it compiles them.

Installing

Jademon requires that you have Jade installed as a global package.

[sudo] npm install -g jade
[sudo] npm install -g jademon

Usage

Nagivate to the root directory that contains all your Jade templates, and then:

jademon

Your directory and its subdirectories will be polled periodically. Any changes to files named *.jade will automatically be compliled to *.html.

About

Monitors for changes to Jade templates in a directory and its subdirectories. If it finds any, then it compiles them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published