Minifier 2

This commit is contained in:
Ruud
2013-02-04 21:59:12 +01:00
parent 856b495995
commit af113c0ffd
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ class ClientScript(Plugin):
data = '' if as_html else []
try:
if Env.get('dev'):
if not Env.get('dev'):
return self.minified[type][location]
return self.urls[type][location]