0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some unnecessary colons, added some missing points in the docs. More... about 9 years ago
Release 1.4 More... about 9 years ago
Fix the `run_command` utility function to rely on process return code rather than stderr to determine if compilation has finished successfully. More... about 9 years ago
Mark tests as failed More... about 9 years ago
Add no-op `strip_comments` method to `SCSS` compiler More... about 9 years ago
Update index.rst More... over 9 years ago
Update links to the documentation More... over 9 years ago
Release 1.3.1 More... over 9 years ago
Merge branch 'pedroseac-master' More... over 9 years ago
Merge branch 'master' of https://github.com/pedroseac/django-static-precompiler into pedroseac-master More... over 9 years ago
Changing version on __init__.py More... over 9 years ago
Adding changes to CHANGES.rst and myselft to AUTHORS.rst More... over 9 years ago
Update CHANGES.rst More... over 9 years ago
Adding tests to babel presets compiler More... over 9 years ago
Adding --presets option to babel compiler More... over 9 years ago
Combine coverage reports from all test environments More... over 9 years ago
Release 1.3 More... over 9 years ago
Enable verbose output for `compilestatic` management command More... over 9 years ago
Add usage example to `README` More... over 9 years ago
Add `output_style` option to SASS / SCSS / LibSass compilers More... over 9 years ago
Remove `Dependency` instances referring to non-existing files when `get_dependencies` or `get_dependents` is called. More... over 9 years ago
Add `precision` option to SASS / SCSS / LibSass compilers. More... over 9 years ago
Fix Stylus compiler to actually enable support for detecting changes in imported files More... over 9 years ago
Release 1.2 More... over 9 years ago
Move package version definition from `setup.py` to `static_precompiler.__version__` More... over 9 years ago
Fix error handling in libsass compiler for Python 3 More... over 9 years ago
Update tox config to install `libsass` and use Django 1.9.1 More... over 9 years ago
`circle.yml`: use pip install the package and extras More... over 9 years ago
Use `sphinx_rtd_theme` theme for docs More... over 9 years ago
Add SCSS / SASS compiler based on Libsass More... over 9 years ago