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

Is it possible to rename the RequestReduced* generated file names? #236

Open bcanzanella opened 11 years ago

bcanzanella commented 11 years ago

Greetings!

Is there currently a way to rename what appears to be hard-coded 'RequestReducedScript.js' and 'RequestReducedStyle.css' file names?

I see this pull request, which is somewhat related : https://github.com/mwrock/RequestReduce/pull/221

...but I'd like to be able to control the format of the generated files rather than adding any kind of non-deterministic string...

examples: 2ab565e22e3ea7b77067895152e8e9d9-463dcc1003bc63b5f72b04b98ae47823-min.js e097749964282cb10aafa97115b63887-b8b449cb5af3b8538de095828c84c54b-min.css

instead of: 2ab565e22e3ea7b77067895152e8e9d9-463dcc1003bc63b5f72b04b98ae47823-RequestReducedScript.js e097749964282cb10aafa97115b63887-b8b449cb5af3b8538de095828c84c54b-RequestReducedStyle.css