From c058cf6e20ed29bb867d91cd2f23d68c8575fc23 Mon Sep 17 00:00:00 2001 From: Arvind Date: Fri, 13 Dec 2013 12:22:21 +0530 Subject: [PATCH] Adding assets.yaml, config file for crammit --- assets.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets.yaml diff --git a/assets.yaml b/assets.yaml new file mode 100644 index 0000000..2c1f442 --- /dev/null +++ b/assets.yaml @@ -0,0 +1,25 @@ +output: assets # directory path relative to the current directory +fingerprint: true # add sha1 hash to the output file name + +js_minifier: slimit # optionally use a minifier other than slimit. + # expects a shell command that uses stdin/stdout. +js_minifier_options: # options dictionary to configure JS minifier + mangle: True + mangle_toplevel: True + +javascript: + # 'common' is a bundle name, output file will have prefix 'common' + common: + - yepnope.js + - alipi/ui.js + - alipi/wsgi/pageEditor.js + - alipi/config.js + # utils: + # # paths are relative to the current directory + # - static/js/utils.js + +css: + base: + # you can use Unix shell-style wildcards in file names + - alipi/stylesheet.css + - alipi/apis/jquery-ui.css \ No newline at end of file -- 1.7.10.4