Skip to content

Commit dd97d03

Browse files
committed
disable offline compression
1 parent 75cd0e0 commit dd97d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
DEBUG = False
3434

3535

36-
COMPRESS_OFFLINE = True
36+
COMPRESS_OFFLINE = False
3737
COMPRESS_ENABLED = True
3838
COMPRESS_PRECOMPILERS = (
3939
('text/x-sass', 'sass {infile} {outfile}'),

0 commit comments

Comments
 (0)