Skip to content

Commit 2d21844

Browse files
authored
Update README.md
1 parent 1f25b73 commit 2d21844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PurgeCSS filter for Django Compressor removes unused CSS and makes your CSS file
2121
COMPRESS_FILTERS = {'css': ['YOUR_APP_NAME.purgecss_filter.PurgeCSSFilter', 'compressor.filters.css_default.CssAbsoluteFilter', 'compressor.filters.cssmin.rCSSMinFilter'], 'js': ['compressor.filters.jsmin.rJSMinFilter']}
2222
```
2323
Replace YOUR_APP_NAME in the line above with the app name where you placed `purgecss_filter.py`.
24+
2425
6. *(optional)* Turn on CSS compression when `DEBUG = True` by adding `COMPRESS_ENABLED = True` to `settings.py`.
2526

2627
## If you would like to use it with SCSS files

0 commit comments

Comments
 (0)