coffeescript-growl icon indicating copy to clipboard operation
coffeescript-growl copied to clipboard

Growl notifications for the Node.js CoffeeScript Compiler

Growl Notifications for the Node.js CoffeeScript complier!

Super simple growl notifications for use with the Node.js Coffeecript Compiler. No more watching the terminal to see if things compiled correctly :)

To install:

First you must install growlnotify which is a command line tool for sending growl messages.

Second use NPM to install:

npm install coffeescript-growl

Finally pop in `cofeescript-growl` as a required when compliling. Works great with --watch and --compile

Example:

coffee -r coffeescript-growl --watch --compile ~/sites/my_project/scripts.coffee