fix guard for new spec location

test plan:
1. guard should Do The Right Thing™

Change-Id: Ic77d28d2a7ebfc3f1185ffdc7608b800d9a85dab
Reviewed-on: https://gerrit.instructure.com/25973
Reviewed-by: Cameron Matheson <cameron@instructure.com>
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
This commit is contained in:
Jon Jensen 2013-11-04 17:24:23 -07:00
parent c2db22ef04
commit 94591cb79a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $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'
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'