mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-12 04:05:01 -05:00
9 lines
281 B
Ruby
9 lines
281 B
Ruby
# Guardfile
|
|
# More info at https://github.com/guard/guard#readme
|
|
|
|
guard 'compass', :sass_dir => "public/stylesheets", :line_comments => false, :css_dir => "public/stylesheets" do
|
|
watch %r{^public/stylesheets/.+\.s[ac]ss}
|
|
end
|
|
|
|
guard 'coffeescript', :input => 'public/javascripts'
|