summaryrefslogtreecommitdiff
path: root/compressor/js.py
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated codetufedtm2021-04-131-1/+1
* Update flake8 to be compatible with newer versions of python (#968)Albert Wang2019-12-141-4/+4
* Insert ';' after each js file instead of before to fix strict modeVojtech Bocek2019-08-051-1/+1
* Abstract away resource types to allow the implementation of new types. (#900)Alexander van Ratingen2018-04-021-5/+2
* Insert semicolon between JS files, fixes a JS syntax error when certain files...Patrick Michaud2017-01-031-0/+17
* Minor refactoring in Compressor's constructorJohannes Linke2015-09-231-3/+2
* Fixed typo in last merge.Jannis Leidel2014-12-301-1/+1
* Merge remote-tracking branch 'GermanoGuerrini/develop' into developJannis Leidel2014-12-301-3/+31
|\
| * Support for async/deferGermanoGuerrini2014-05-261-3/+29
|/
* Various PEP8 and pyflakes related fixes.Jannis Leidel2012-05-191-1/+0
* Stop hardcoding the template names and provide an API for returning custom pa...Jannis Leidel2012-01-301-2/+0
* 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-2/+2
* 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-9/+5
* 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-2/+6
* Applied a few PEP8 style modifications.Jannis Leidel2011-03-301-3/+4
* 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-4/+2
* Renamed the internal settings to be less confusing (potentially backwards inc...Jannis Leidel2011-02-041-1/+1
* Removed a few API-only imports from the main module.Jannis Leidel2011-01-201-1/+3
* Fixed order of instantiation of the CSSCompressor class. Thanks, emirotin.Jannis Leidel2011-01-131-1/+1
* Refactored the compressor code a little (split in separate modules). Also abs...Jannis Leidel2010-06-071-0/+30