Created
January 13, 2012 22:00
-
-
Save rvega/1608930 to your computer and use it in GitHub Desktop.
Assetfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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