Looking for a bolt on DJango app to compress/minify your JavaScript and CSS files? I created the staticcomp Django app for just that purpose.
Benefits:
- Ability to compress/minify JS/CSS files on-demand
- Increase website performance by reducing the total number of JS/CSS file requests
- Build modular JS/CSS files by page / section instead of relying on large files
- No need to use date-based file names or query string values to force the browser to download changes to your JS/CSS files
- Improved Google Page Speed score and SEO benefits from a faster overall website
- Integrated with UglifyJS, the same JavaScript compressor used by jQuery
- Allows you to create your own backends or use one of the four existing


ThePiepers.net serves the compressed JS and CSS files using the
I recently upgraded the