|
guard 'coffeescript', :input => 'app/coffeescripts', :output => 'public/javascripts/compiled'
|
|
guard 'coffeescript', :input => 'spec/coffeescripts', :output => 'spec/javascripts'
|
|
|
|
guard 'jst', :output => 'public/javascripts/jst' do
|
|
watch(/app\/views\/jst\/(.*)\.handlebars/)
|
|
end
|