mwrock / RequestReduce

Instantly makes your .net website faster by reducing the number and size of requests with almost no effort.
www.requestreduce.org
Apache License 2.0
228 stars 49 forks source link

HTML compression hides files to RequestReduce #267

Open Gnapponico opened 9 years ago

Gnapponico commented 9 years ago

Hi! I'm using RequestReduce with success, few issues find, but...I can't figure out how to make it work on minified HTML pages... I mean: I need to compress HTML and I do it with 2 classes: a Compressor.cs and a BaseClass.cs; the last one is inherited by my pages to be compressed (I can enclose the code, if needed).

It seems RequestReduce doesn't see js and css files...Can someone help me in understanding it? Have you thought to implement HTML (and gzip compression) minification too?