2011-10-14 02:32:41 +08:00
|
|
|
guard 'coffeescript', :input => 'app/coffeescripts', :output => 'public/javascripts/compiled'
|
2011-09-29 02:48:05 +08:00
|
|
|
guard 'coffeescript', :input => 'spec/coffeescripts', :output => 'spec/javascripts'
|
2011-10-14 02:32:41 +08:00
|
|
|
guard 'jst', :input => 'app/views/jst', :output => 'public/javascripts/jst'
|
2011-12-14 05:13:45 +08:00
|
|
|
|
|
|
|
Dir[File.join(File.dirname(__FILE__),'vendor/plugins/*/Guardfile')].each do |g|
|
|
|
|
eval(File.read(g))
|
|
|
|
end
|