0.0
No commit activity in last 3 years
No release in over 3 years
Provides Growl notifications when CoffeeScript compilation fails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

barista_growl

A simple gem that connects Barista, the CoffeeScript plugin for Rails 3, with Growl. That way, you get a warning the moment the compiler has a syntax error, allowing you to fix bugs faster.

Installation

On a Mac, you'll need to have Growl and growlnotify installed.

On Windows, you should just need Growl for Windows.

Once you've got Growl set up, just add barista and barista_growl to your project's Gemfile and bundle install. The relevant lines of your Gemfile might look like this

gem 'barista'
gem 'barista_growl', :git => 'http://github.com/TrevorBurnham/barista_growl.git'

When you add barista_growl to your project's Gemfile, the [growl](http://github.com/visionmedia/growl/) gem will be added automatically if not already present.

License

All source is available under the MIT license. See LICENSE for details.

Feedback?

barista_growl is pretty simple, but if you have ideas for improvement, just create an issue at http://github.com/TrevorBurnham/barista_growl/issues.