Package: django-pipeline / 1.3.24-0.2

Metadata

Package Version Patches format
django-pipeline 1.3.24-0.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
make_jsmin_optional | (download)

pipeline/compressors/jsmin.py | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 make jsmin dependency optional
 JSMin is a JavaScript compressor. It's known to be non-free due to
 additional statement to MIT license (The Software shall be used for Good,
 not Evil.)
 .
 This patchs stubs out JSMin usage. Instead uncompressed JS will be
 returned. This should be ok since it is not default compressor at all.