forked from jacquescrocker/jammit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathassets.example.yml
More file actions
27 lines (24 loc) · 856 Bytes
/
assets.example.yml
File metadata and controls
27 lines (24 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package_assets: on # (on, off, always)
embed_assets: on # (on, off, datauri)
template_function: _.template # (defaults to 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/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