This commit is contained in:
Fabien Meghazi 2014-06-30 19:17:47 +02:00
parent 45215a231d
commit 4f2b5f12fc
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ class AssetsBundle(object):
sep = '\n '
response = []
if debug:
if css and self.stylesheet:
if css and self.stylesheets:
self.compile_sass()
for style in self.stylesheets:
response.append(style.to_html())