Skip to content

Instantly share code, notes, and snippets.

@LBRapid
Created July 3, 2013 14:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LBRapid/5918515 to your computer and use it in GitHub Desktop.
Save LBRapid/5918515 to your computer and use it in GitHub Desktop.
Guardfile guard-sprockets example
guard 'sprockets', :destination => 'public',
:asset_paths => ['app/assets/javascripts', 'vendor/assets/javascripts'],
:root_file => 'app/assets/javascripts/application.js', :minify => true do
watch(%r{^app/assets/javascripts/(.+)\.(js|js\.coffee)})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment