Skip to content

Watches a dir recursively for changes and sends the file to a designated engine

Notifications You must be signed in to change notification settings

Gijsjan/Template-Engine-Watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Template Engine Watcher

When you develop JavaScript, HTML and CSS locally using template engines like Coffee, Jade and Stylus, you don't want to convert the files by hand. Client side js convertors are a good option, but often slow (especially when you use several). TEW is very simple: watches the directories where your template engine files are in and converts them when you make a change.

  • Download/copy watch.js
  • Replace the base and out paths
  • If you need to add an engine, just add an object and add it to the convertors array
  • Run with Node.js using 'node watch.js'

Enjoy!

About

Watches a dir recursively for changes and sends the file to a designated engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published