middleman-minify-html
middleman-minify-html copied to clipboard
Ignore files
There's no documentation if you can ignore files (a la's "minify_javascript" config.ignore). Can you? If so, let me know how and I'll document it up. If not, I'm willing to add it...but I don't want to burn time on it if the functionality already exists.
No, that current functionality isn't available here. We just farm out to the HTMLCompressor Rack middleware. Seems like it should be possible to extend that class with some logic for ignoring certain paths (see the minify_css implementation).
Would you accept a pull request if I added it in?
Definitely.