Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Forked from documentcloud/assets.yml
Created November 8, 2010 13:42
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jashkenas/667693 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment