sinefunc / sinatra-minify

CSS/JS compression
MIT License
24 stars 1 forks source link

Option to configure minified files destination directory #4

Open dhruvasagar opened 13 years ago

dhruvasagar commented 13 years ago

There should be an option to configure where the minified js / css are to be written. I don't like the fact that they are placed in the same public directory as the other javascript files which have not been written by Sinatra Minify.

Correspondingly the helper methods should be able to serve the files from the same configured location.