mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-17 22:55:13 -05:00
5233db0bb5
CSS
13 lines
321 B
Ruby
13 lines
321 B
Ruby
# Guardfile
|
|
# More info at https://github.com/guard/guard#readme
|
|
|
|
guard 'ego' do
|
|
watch 'Guardfile'
|
|
end
|
|
|
|
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'
|