asset_watcher

watch and auto-compile .coffee and .haml files. Need node.js and coffee-script to compile .coffee file and haml to compile .haml.

Usage

Add a statement to your Rakefile.

require 'asset_watcher'
load 'asset_watcher/tasks/watch.rake'

and execute rake task.

rake asset:watch

Copyright (c) 2011 Tomohiro Yamada. See LICENSE.txt for further details.