Browse Source

Don't cache on dev

pull/5421/head
Ruud 10 years ago
parent
commit
73a31c05a2
  1. 2
      couchpotato/__init__.py

2
couchpotato/__init__.py

@ -83,7 +83,7 @@ def manifest(handler):
''
]
if Env.get('dev'):
if not Env.get('dev'):
# CSS
for url in fireEvent('clientscript.get_styles', single = True):
lines.append(web_base + url)

Loading…
Cancel
Save