0.1.0 • Published 13 years ago
whisper-watch v0.1.0
Whisper: Watch 
Watches for certain events and runs tasks based on them!
Example
Define watch scripts in your .whisper file:
module.exports = function(whisper) {
whisper.configure({
watch: {
js: { type: 'file'
, files: ['src/src/']
, tasks: ['coffee-script']
}
}
})
require('whisper-watch')(whisper)
}And invoke the whisper watch task on your project to watch for events:
$ whisper watchInstalling
Just grab it from NPM:
$ npm install whisper-watchDocumentation
Just invoke whisper help watch to show the manual page for the watch task.
Licence
MIT/X11. ie.: do whatever you want.
0.1.0
13 years ago