Skip to content

Instantly share code, notes, and snippets.

@ryanfitz
Created January 25, 2011 04:07
Show Gist options
  • Save ryanfitz/794493 to your computer and use it in GitHub Desktop.
Save ryanfitz/794493 to your computer and use it in GitHub Desktop.
setup jammit with haml-js
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