gzippo icon indicating copy to clipboard operation
gzippo copied to clipboard

routes.use("*.css", gzippo.staticGzip("build")) doesn't work

Open braco opened this issue 10 years ago • 0 comments

I expected:

routes.use("foo.css", gzippo.staticGzip("build"))

to look for

build/foo.css

but this doesn't work.

braco avatar May 14 '14 18:05 braco