Skip to content

Instantly share code, notes, and snippets.

@rvega
Created January 13, 2012 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rvega/1608930 to your computer and use it in GitHub Desktop.
Save rvega/1608930 to your computer and use it in GitHub Desktop.
Assetfile
require "rake-pipeline-web-filters"
require "rake-pipeline-web-filters/helpers"
input "app"
output "compiled"
# Concatenate all js classes in one big file
match "js/{models,controllers}/**/*.js" do
concat "app.js"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment