summaryrefslogtreecommitdiff
path: root/compressor/css.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-281-11/+20
* Remove outdated codetufedtm2021-04-131-1/+1
* Update flake8 to be compatible with newer versions of python (#968)Albert Wang2019-12-141-2/+2
* Abstract away resource types to allow the implementation of new types. (#900)Alexander van Ratingen2018-04-021-5/+2
* silently ignore link tags if missing rel atrribute (#812)Bob2016-12-301-1/+1
* Minor refactoring in Compressor's constructorJohannes Linke2015-09-231-4/+2
* Merge remote-tracking branch 'GermanoGuerrini/develop' into developJannis Leidel2014-12-301-1/+1
|\
* | Make CssCompressor class easier to extendjor1232013-07-261-1/+1
|/
* Use regex in the lxml parser to support case-insensitive attribute parsingJannis Leidel2012-05-191-1/+0
* Stop hardcoding the template names and provide an API for returning custom pa...Jannis Leidel2012-01-301-2/+0
* Fix so compress css includes all css if COMPRESS_PRECOMPILERS is used and COM...peterlundberg2012-01-161-3/+4
* Made sure the rel attribute of link tags can be mixed case. Fixes #125.Jannis Leidel2011-09-261-1/+1
* Import settings from compressor.conf again instead of django.conf to make sur...Jannis Leidel2011-09-061-2/+1
* Use the current context when rendering the output templates.Jannis Leidel2011-08-261-3/+5
* Moved settings handling over to django-appconf and fixed coverage.Jannis Leidel2011-08-251-1/+2
* Moved tests out of the app to stay sane and changed a few things. E.g. the in...Jannis Leidel2011-08-101-10/+6
* Removed a few unneeded imports.Jannis Leidel2011-05-181-2/+0
* Use constants for hunk comparison.Jannis Leidel2011-05-131-3/+3
* Fix converting relative URLs in CSS files when DEBUG=TrueMike Yumatov2011-05-061-3/+6
* Refactored the CSSCompressor's output method to not accidentally trigger file...Jannis Leidel2011-04-131-9/+8
* Use pre-compressed content for hash generation. Fixes #18.Jannis Leidel2011-04-101-1/+1
* Extended check in CSSCompressor.output to also respect the case in which comp...Jannis Leidel2011-04-081-4/+6
* Made Compressor.concat a cached property instead of a method and use it in th...Jannis Leidel2011-04-071-9/+9
* Applied a few PEP8 style modifications.Jannis Leidel2011-03-301-4/+5
* Another pass over the offline code to make sure it works when compression is ...Jannis Leidel2011-02-171-4/+4
* Cosmetic changes.Jannis Leidel2011-02-161-1/+1
* Introduced a default extra_context dictionary.Jannis Leidel2011-02-161-1/+1
* Made it possible to create a compressor instance without providing content.Jannis Leidel2011-02-161-2/+2
* Be a bit DRYer for the file extension attribute of the compressors.Jannis Leidel2011-02-161-1/+0
* Adopted AppSettings and moved a few things from utils to the cache module whe...Jannis Leidel2011-02-091-5/+3
* Renamed the internal settings to be less confusing (potentially backwards inc...Jannis Leidel2011-02-041-2/+2
* Removed a few API-only imports from the main module.Jannis Leidel2011-01-201-1/+2
* Fixed order of instantiation of the CSSCompressor class. Thanks, emirotin.Jannis Leidel2011-01-131-1/+1
* Allow default CSS filters to be modified; fix issue 9.Carl Meyer2010-06-151-2/+1
* Refactored the compressor code a little (split in separate modules). Also abs...Jannis Leidel2010-06-071-0/+57