From 970c5d0cca7c30c5c8c12367867d2461215ed35c Mon Sep 17 00:00:00 2001 From: Timm Albers Date: Fri, 10 Jan 2014 10:13:49 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9851a90..68abde0 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,15 @@ Content can be included via the syntax of [handlebars.js](http://handlebarsjs.co config.json ----------- + +*Example file:* + + { + "ignore": ["templates/imgs"], + "debug": false, + "parse": { + "js": "compressed", + "css": "compressed", + "sass": "compressed" + } + }