crammit
crammit copied to clipboard
Asset packaging library. Concatenates, Minifies, and Compresses CSS and JavaScript
Results
2
crammit issues
Sort by
recently updated
recently updated
newest added
With this patch, crammit will first check if the raw output file exists before spending time minifying and gzipping the data. Since the fingerprint is already in the filename, the...
When I use cProfile to observe my minify_assets function, one thing is clear: method inside slimit is called often. So I optimized the _process_bundle method to skipped files that ends...