django-shrink icon indicating copy to clipboard operation
django-shrink copied to clipboard

js compiler & css minifier with scss compatibility

Results 2 django-shrink issues
Sort by recently updated
recently updated
newest added

It seems to freeze when it say Compressing. I traced it and it stops on line 84 of base.py: p.wait() It seems to get stuck waiting forever once the buffer...

when a css file contains relative paths (e.g. references to url images) and the minimized file is in a different location, the relative url is no longer accurate. e.g. >...