Skip to content

Instantly share code, notes, and snippets.

@fuse
Created August 2, 2011 10:07
Show Gist options
  • Save fuse/1119949 to your computer and use it in GitHub Desktop.
Save fuse/1119949 to your computer and use it in GitHub Desktop.
# Guardfile
group 'frontend' do
guard 'coffeescript', :output => 'public/javascripts/compiled' do
watch(%r{^app/coffeescripts/.+\.coffee$})
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment