[minor] don't compress cssmin on walk
This commit is contained in:
parent
b647e091da
commit
b8f2efe5ef
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class Bundle:
|
|||
print "--Error in:" + f + "--"
|
||||
print webnotes.getTraceback()
|
||||
|
||||
if out_type == 'css':
|
||||
if not self.no_compress and out_type == 'css':
|
||||
outtxt = cssmin(outtxt)
|
||||
|
||||
with open(outfile, 'w') as f:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue