Created
January 25, 2011 04:07
-
-
Save ryanfitz/794493 to your computer and use it in GitHub Desktop.
setup jammit with haml-js
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
embed_assets: on | |
javascript_compressor: yui | |
# template_function: "_.template" | |
template_function: "Haml" | |
javascripts: | |
common: | |
- public/javascripts/vendor/jquery.js | |
- public/javascripts/vendor/jquery-ui.js | |
- public/javascripts/vendor/rails.js | |
- public/javascripts/vendor/underscore.js | |
- public/javascripts/vendor/backbone.js | |
- public/javascripts/vendor/haml.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment