15 lines
700 B
Ruby
15 lines
700 B
Ruby
$LOAD_PATH << File.dirname(__FILE__)
|
|
|
|
ignore! Listen::DirectoryRecord::DEFAULT_IGNORED_DIRECTORIES - ['vendor'] + [%r{vendor/(?!plugins)}]
|
|
|
|
guard 'coffeescript', :input => 'app/coffeescripts', :output => 'public/javascripts/compiled'
|
|
guard 'coffeescript', :input => 'spec/coffeescripts', :output => 'spec/javascripts/compiled'
|
|
guard 'coffeescript', :input => 'spec_canvas/coffeescripts', :output => 'spec_canvas/javascripts'
|
|
guard 'jst', :input => 'app/views/jst', :output => 'public/javascripts/jst'
|
|
guard 'jstcss', :input => 'app/stylesheets/jst', :output => 'public/stylesheets/compiled/jst'
|
|
guard :ember_templates
|
|
guard :ember_bundles
|
|
guard :styleguide
|
|
guard :js_extensions
|
|
|