Django-static-precompiler

Latest version: v2.4

Safety actively analyzes 628499 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

1.0

- Add `compile` template filter
- Deprecate `{% compile %}` template tag
- **The following compiler specific template tags are REMOVED:**
- `{% coffeescript %}`
- `{% inlinecoffeescript %}`
- `{% sass %}`
- `{% inlinesass %}`
- `{% scss %}`
- `{% inlinescss %}`
- `{% less %}`
- `{% inlineless %}`
- Add [Stylus](http://learnboost.github.io/stylus/) compiler

0.9

- Compiler options are specified with `STATIC_PRECOMPILER_COMPILERS`
setting.
- **The following settings are DEPRECATED:**
- `COFFEESCRIPT_EXECUTABLE`
- `SCSS_EXECUTABLE`
- `SCSS_USE_COMPASS`
- `LESS_EXECUTABLE`
- `-C` (`--no-cache`) flag is removed from SASS/SCSS compilers
- Add `STATIC_PRECOMPILER_LIST_FILES` setting
- Add [Babel](https://babeljs.io) compiler

0.8

- Add `{% inlinecompile %}` template tag
- **The following compiler specific template tags are DEPRECATED:**
- `{% coffeescript %}`
- `{% inlinecoffeescript %}`
- `{% sass %}`
- `{% inlinesass %}`
- `{% scss %}`
- `{% inlinescss %}`
- `{% less %}`
- `{% inlineless %}`
- Use Django 1.7 migrations
- BUGFIX: fix sass imports from scss and vice versa
- BUGFIX: make sure that `compilestatic` works if `watchdog` isn\'t
installed.
- BUGFIX: fix compilation error when dependency file was removed or
renamed

0.7

- Add `compilestatic` management command (replaces
`static_precompiler_watch`)
- Add `STATIC_PRECOMPILER_DISABLE_AUTO_COMPILE` to settings
- Add `STATIC_PRECOMPILER_CACHE_NAME` to settings
- Bugfixes

0.6

- Add `STATIC_PRECOMPILER_PREPEND_STATIC_URL` to settings
- Add `{% compile %}` template tag

0.5.3

- Update the parsing of `import` statements. Fix the bug with URLs
containing commas.

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.