devatherock / minify-js

Minify html, javascript and css files.
https://github.com/marketplace/actions/html-css-js-minifier
MIT License
10 stars 3 forks source link

Skip already minified files ( *.min.* ) #21

Closed undeaDD closed 5 months ago

undeaDD commented 7 months ago

not yet tested, but this should prevent recursive file minification:

script.js script.min.js script.min.min.js ...

devatherock commented 5 months ago

Thanks for the PR! Pulled the change into https://github.com/devatherock/minify-js/pull/25