Skip to content

Instantly share code, notes, and snippets.

@rweald
Created June 1, 2011 19:58
Show Gist options
  • Save rweald/1003158 to your computer and use it in GitHub Desktop.
Save rweald/1003158 to your computer and use it in GitHub Desktop.
Using Barista with Jammit to package and compile CoffeeScript
# simply run rake jammit:package to compile your coffeescript and then package up all your assets
# including the newly compiled javascripts
namespace :jammit do
task :package do
Rake::Task["barista:brew"].invoke
Jammit.package!
end
end
@davidglivar
Copy link

Thanks rweald, I'll have to remember this bit when I start experimenting with heroku.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment