Skip to content

Instantly share code, notes, and snippets.

@documentcloud
Created November 18, 2009 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save documentcloud/237848 to your computer and use it in GitHub Desktop.
Save documentcloud/237848 to your computer and use it in GitHub Desktop.
package_assets: on # (on, off, always)
embed_assets: on # (on, off, datauri)
compress_assets: on # (on, off)
gzip_assets: on # (on, off)
template_function: _.template # (defaults to the built-in micro-templating)
package_path: packages # (defaults to assets)
javascript_compressor: closure # (yui, closure)
compressor_options:
compilation_level: ADVANCED_OPTIMIZATIONS
javascripts:
workspace:
- public/javascripts/vendor/*.js
- public/javascripts/application.js
- public/javascripts/lib/bindable.js
- public/javascripts/lib/set.js
- public/javascripts/lib/*.js
- public/javascripts/**/*.js
- app/views/jst/workspace/*.jst
stylesheets:
common:
- public/stylesheets/vendor/reset.css
- public/stylesheets/ui/*.css
workspace:
- public/stylesheets/pages/workspace.css
empty:
- public/stylesheets/pages/empty.css
templates:
admin:
- app/views/jst/**/*.jst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment