summaryrefslogtreecommitdiff
path: root/compressor/filters
Commit message (Expand)AuthorAgeFilesLines
* Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)Mathieu Pillard2022-10-311-18/+0
* Reformat with black (#1151)Mathieu Pillard2022-10-289-79/+114
* Deprecate SlimItFilter, stop testing it with Python 3.7+ (#1102)Mathieu Pillard2022-02-231-4/+13
* Remove outdated codetufedtm2021-04-135-10/+10
* Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-023-4/+0
* Remove python 2 logic (#982)Albert Wang2020-01-021-6/+3
* Remove six (#976)Albert Wang2020-01-022-5/+2
* Switch from smart_text to smart_str (#977)Albert Wang2020-01-021-3/+3
* Add tests for js minifiers and allow passing parser and unparsers to the Calm...Alexander van Ratingen2019-10-121-8/+33
* Fix Calmjs links and package name.Alexander van Ratingen2019-10-121-1/+1
* Add support for the Calmjs javascript minifier.Alexander van Ratingen2019-10-121-0/+8
* Use six directly instead of django.utils.six (#950)Tobias Kunze2019-07-061-1/+1
* Solves the issue 932 (#934)GOTO Hayato2019-04-201-1/+4
* Update flake8 dependencyJohannes Linke2018-10-212-0/+2
* Abstract away resource types to allow the implementation of new types. (#900)Alexander van Ratingen2018-04-022-0/+12
* Ensure generated file always contains a base name, ref #775 (#861)Mark Broadbent2017-08-261-1/+1
* Feature: CSS relative URL filter (#810)Rostyslav Bryzgunov2017-05-111-3/+45
* More robust URL_PATTERN regex, includes commentsJohannes Linke2017-02-161-3/+9
* Refactoring in CssAbsoluteFilterJohannes Linke2017-02-161-33/+32
* Make CssAbsoluteFilter not touch quotesJohannes Linke2017-02-161-3/+4
* Make CssAbsoluteFilter not match data URIsJohannes Linke2017-02-161-2/+2
* Make CssAbsoluteFilter match only matching quotes, fixes #764Johannes Linke2017-02-161-1/+1
* Fixing CssAbsoluteFilter changes double quotes to single quotes which causes ...Aamir Adnan2016-05-101-6/+10
* Merge pull request #751 from akolpakov/issue_750karyon2016-04-271-1/+1
|\
| * #750 CompilerFilter fails with UnicodeDecodeError when cache is usedAndrey Kolpakov2016-03-121-1/+1
* | Use proper options dict for conversion to tupleGrzegorz Świca2016-04-151-1/+1
|/
* Add back a CSSMinFilter filter for compatibility.Mathieu Pillard2016-01-071-2/+5
* Cleanup imports, use more sixJohannes Linke2015-12-091-5/+1
* Move slimit.py into __init__.py for consistencyJohannes Linke2015-12-042-11/+8
* Remove rcssmin and rjsmin from the repo and make them proper dependencies. re...Johannes Linke2015-12-044-890/+4
* Replace cssmin by csscompressor. ref #664Johannes Linke2015-12-042-249/+5
* Remove support for CSSTidy. ref #664Johannes Linke2015-12-041-10/+0
* Merge pull request #687 from scop/rcssmin106Mathieu Pillard2015-11-031-19/+19
|\
| * Upgrade rcssmin to 1.0.6Ville Skyttä2015-10-271-19/+19
* | Upgrade rjsmin to 1.0.12Ville Skyttä2015-10-271-120/+188
|/
* Fix TemplateFilter breakageMathieu Pillard2015-09-261-6/+6
* CachedCompilerFilter: also cache empty filesJohannes Linke2015-09-101-1/+1
* fix cached precompiler for unicode inputJohannes Linke2015-09-101-1/+1
* Only cache precompilers specified in COMPRESS_CACHEABLE_PRECOMPILERS setting,...Pindi Albert2015-09-062-10/+25
* Cache precompiler results to avoid re-compiling an unchanged filePindi Albert2015-09-061-1/+10
* Pass keep_bang_comments=True to rJSmin as kwargsVille Skyttä2015-08-011-2/+2
* Pass keep_bang_comments=True to rCSSminVille Skyttä2015-08-011-0/+3
* Fix pep8 E265 errors in rcssmin.pyVille Skyttä2015-08-011-6/+6
* Update rCSSmin to 1.0.5Ville Skyttä2015-07-301-66/+80
* Fix flake8 for rsjmin.pyHoussam Haidar2015-07-271-7/+6
* Pass in 'Keep Bang Comments' arg to rJSminHoussam Haidar2015-07-271-0/+3
* Upgrade rJSmin to 1.0.10Houssam Haidar2015-07-271-92/+239
* fix wrong source encoding declarationsSimon Baechler2015-05-082-2/+2
* Handle TypeError from import_moduleDaniel Hahler2015-03-181-1/+1
* Merge pull request #561 from thenewguy/quote_on_windowsJannis Leidel2014-12-301-4/+12
|\