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_pathoption to LESS compiler - Take account of
load_pathsoption 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_pathssetting in SCSS/SASS compilers.
1.4
- Fix the
run_commandutility function to rely on process return code rather than stderr to determine if compilation
has finished successfully. WARNING! Changes inrun_commandare backward incompatible. If you use this function in
your custom compiler you should update your code.
1.3.1
- Add support for
--presetsoption 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
precisionoption to SASS / SCSS / LibSass compilers. Set it to 8 or more if you compile Bootstrap. - Add
output_styleoption to SASS / SCSS / LibSass compilers. - Enable verbose output for
compilestaticmanagement command
1.2
- Add LiveScript compiler
- Add support for
--global-varoption 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
pluginsparameter to Babel compiler - Add
load_pathsparameter to SASS/SCSS compilers
1.0.1
- Add
modulesparameter to Babel compiler - Allow to install Watchdog with
pip install django-static-precompiler[watch]
1.0
0.9
Release 0.9