From b1a605e75854c6834ebd9c7dacf91ff593542fb3 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 19 Jun 2014 17:34:45 -0400 Subject: [PATCH] this should probably be false by default (non-standard "magic") --- src/clojure/clj_jtwig/options.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clojure/clj_jtwig/options.clj b/src/clojure/clj_jtwig/options.clj index 4678b08..be9dc1f 100644 --- a/src/clojure/clj_jtwig/options.clj +++ b/src/clojure/clj_jtwig/options.clj @@ -28,7 +28,7 @@ ; part of the filename, and if so use that file instead. ; note that enabling this option does obviously incur a slight file I/O performance penalty ; whenever these functions are used - :check-for-minified-web-resources true + :check-for-minified-web-resources false ; automatically convert keyword keys in maps to/from strings as necessary when being passed ; in model-maps, when passed to Jtwig functions and when returned as values from Jtwig