-
-
-
-
-
-
-
compress:压缩koa中间件
...
const compress = require ( 'koa-compress' )
const Koa = require ( 'koa' )
const app = new Koa ( )
app . use ( compress ( {
filter ( content_type ) {
return /text/i . test ( content_type )
} ,
threshold : 2048 ,
gzip : {
flush : require ( ' ...
-
-
radiant-compress-css-filter-extension
(unsupported) Beta: reduce white space and noise in stylesheets
= Compress CSS Filter
When installed will 'compress' (eg. filter out whitespace and comments) stylesheets that are served to the client.
== Usage
Simply select 'CompressCSS' as the Filter ...
-
django-compress
... had the time to keep it up to date.
When django-compress started, there were no other asset managers for Django. Today, ... awesome alternatives today, and I am not going to maintain django-compress anymore.
Are you looking for an asset manager for your ...
-
compress.app
... then.
## License
I've never bothered to put a license to Compress's source code. I consider it free for the taking. Although ... so a fair portion is pretty bad but it at least works.
Compress makes use of p7zip as compiled by MacPorts. p7zip is under ...
-