From 899c4f12271bffd7839c48b024f5fa1270669608 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 4 Jul 2012 10:35:53 -0400 Subject: [PATCH] added config.json file --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 00000000..e1e4ae3b --- /dev/null +++ b/config.json @@ -0,0 +1,9 @@ +{ + "cache" : {"allowed" : true}, + "minification" : { + "js" : true, + "css" : true, + "html" : true, + "img" : true + } +} \ No newline at end of file