Commit c058cf6e20ed29bb867d91cd2f23d68c8575fc23

  • avatar
  • arvind
  • Fri Dec 13 12:22:21 IST 2013
Adding assets.yaml, config file for crammit
assets.yaml
(25 / 0)
  
1output: assets # directory path relative to the current directory
2fingerprint: true # add sha1 hash to the output file name
3
4js_minifier: slimit # optionally use a minifier other than slimit.
5 # expects a shell command that uses stdin/stdout.
6js_minifier_options: # options dictionary to configure JS minifier
7 mangle: True
8 mangle_toplevel: True
9
10javascript:
11 # 'common' is a bundle name, output file will have prefix 'common'
12 common:
13 - yepnope.js
14 - alipi/ui.js
15 - alipi/wsgi/pageEditor.js
16 - alipi/config.js
17 # utils:
18 # # paths are relative to the current directory
19 # - static/js/utils.js
20
21css:
22 base:
23 # you can use Unix shell-style wildcards in file names
24 - alipi/stylesheet.css
25 - alipi/apis/jquery-ui.css