Releases: andreyfedoseev/django-static-precompiler
Releases · andreyfedoseev/django-static-precompiler
1.6
- Add support for Django 1.11
- Drop support for Django 1.6
- Add
include_path
option to LESS compiler - Take account of
load_paths
option when doing inline compilation withlibsass
- Bugfix: take account of additional compiler options when doing inline compilation with SASS
1.5
- Add support for Django 1.10 and Python 3.5
- Improve support for
load_paths
setting in SCSS/SASS compilers.
1.4
- Fix the
run_command
utility function to rely on process return code rather than stderr to determine if compilation
has finished successfully. WARNING! Changes inrun_command
are backward incompatible. If you use this function in
your custom compiler you should update your code.
1.3.1
- Add support for
--presets
option in Babel compiler. See babel-clioptions <https://babeljs.io/docs/usage/options/>
for more information.
1.3
- Fix Stylus compiler to actually enable support for detecting changes in imported files
- Add
precision
option to SASS / SCSS / LibSass compilers. Set it to 8 or more if you compile Bootstrap. - Add
output_style
option to SASS / SCSS / LibSass compilers. - Enable verbose output for
compilestatic
management command
1.2
- Add LiveScript compiler
- Add support for
--global-var
option in LESS compiler - Add SCSS / SASS compiler based on Libsass
1.1
- Add source maps support for SASS/SCSS
- Add source maps support for LESS
- Add source maps support for CoffeeScript
- Add source maps support for Stylus
- Add source maps support for Babel
- Add Handlebars compiler
- Add support for Django 1.9
- Add
plugins
parameter to Babel compiler - Add
load_paths
parameter to SASS/SCSS compilers
1.0.1
- Add
modules
parameter to Babel compiler - Allow to install Watchdog with
pip install django-static-precompiler[watch]
1.0
0.9
Release 0.9