index
:
delta/python-packages/django-compressor.git
black
dependabot/pip/requirements/beautifulsoup4-4.12.2
dependabot/pip/requirements/calmjs-3.4.4
dependabot/pip/requirements/coverage-7.2.3
dependabot/pip/requirements/jinja2-2.11.3
dependabot/pip/requirements/lxml-4.6.3
develop
django-2.2-support
django-4.1-ci
drop-python-3.6
drop-python-3.7-and-old-djangos
fix-tests-coffin-breakage
master
prepare-for-2.0
rtd-config
simplify-settings
update-pypi-badge
update-template-doc-link
github.com: django-compressor/django-compressor.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compressor
/
js.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove outdated code
tufedtm
2021-04-13
1
-1
/
+1
*
Update flake8 to be compatible with newer versions of python (#968)
Albert Wang
2019-12-14
1
-4
/
+4
*
Insert ';' after each js file instead of before to fix strict mode
Vojtech Bocek
2019-08-05
1
-1
/
+1
*
Abstract away resource types to allow the implementation of new types. (#900)
Alexander van Ratingen
2018-04-02
1
-5
/
+2
*
Insert semicolon between JS files, fixes a JS syntax error when certain files...
Patrick Michaud
2017-01-03
1
-0
/
+17
*
Minor refactoring in Compressor's constructor
Johannes Linke
2015-09-23
1
-3
/
+2
*
Fixed typo in last merge.
Jannis Leidel
2014-12-30
1
-1
/
+1
*
Merge remote-tracking branch 'GermanoGuerrini/develop' into develop
Jannis Leidel
2014-12-30
1
-3
/
+31
|
\
|
*
Support for async/defer
GermanoGuerrini
2014-05-26
1
-3
/
+29
|
/
*
Various PEP8 and pyflakes related fixes.
Jannis Leidel
2012-05-19
1
-1
/
+0
*
Stop hardcoding the template names and provide an API for returning custom pa...
Jannis Leidel
2012-01-30
1
-2
/
+0
*
Import settings from compressor.conf again instead of django.conf to make sur...
Jannis Leidel
2011-09-06
1
-2
/
+1
*
Use the current context when rendering the output templates.
Jannis Leidel
2011-08-26
1
-2
/
+2
*
Moved settings handling over to django-appconf and fixed coverage.
Jannis Leidel
2011-08-25
1
-1
/
+2
*
Moved tests out of the app to stay sane and changed a few things. E.g. the in...
Jannis Leidel
2011-08-10
1
-9
/
+5
*
Removed a few unneeded imports.
Jannis Leidel
2011-05-18
1
-2
/
+0
*
Use constants for hunk comparison.
Jannis Leidel
2011-05-13
1
-3
/
+3
*
Fix converting relative URLs in CSS files when DEBUG=True
Mike Yumatov
2011-05-06
1
-2
/
+6
*
Applied a few PEP8 style modifications.
Jannis Leidel
2011-03-30
1
-3
/
+4
*
Made it possible to create a compressor instance without providing content.
Jannis Leidel
2011-02-16
1
-2
/
+2
*
Be a bit DRYer for the file extension attribute of the compressors.
Jannis Leidel
2011-02-16
1
-1
/
+0
*
Adopted AppSettings and moved a few things from utils to the cache module whe...
Jannis Leidel
2011-02-09
1
-4
/
+2
*
Renamed the internal settings to be less confusing (potentially backwards inc...
Jannis Leidel
2011-02-04
1
-1
/
+1
*
Removed a few API-only imports from the main module.
Jannis Leidel
2011-01-20
1
-1
/
+3
*
Fixed order of instantiation of the CSSCompressor class. Thanks, emirotin.
Jannis Leidel
2011-01-13
1
-1
/
+1
*
Refactored the compressor code a little (split in separate modules). Also abs...
Jannis Leidel
2010-06-07
1
-0
/
+30