You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using html-minifier to minify all the .html and .json files (in my case they include some html markup) in a directory.
Right now it doesn't seem to be possible to give multiple file extensions via --file-ext so I have to call html-minifier at least twice.
It would be great to be able to either specify allowed file extensions in the config file or to allow specifying several file extensions vie CLI.
The text was updated successfully, but these errors were encountered:
I'm using html-minifier to minify all the .html and .json files (in my case they include some html markup) in a directory.
Right now it doesn't seem to be possible to give multiple file extensions via
--file-ext
so I have to callhtml-minifier
at least twice.It would be great to be able to either specify allowed file extensions in the config file or to allow specifying several file extensions vie CLI.
The text was updated successfully, but these errors were encountered: