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
Update action version number in README.md (#23)
When using just @v2 the action results in an error: Unable to resolve action `nizarmah/auto-minify@v2`, unable to find version `v2`
Feature: Adds JS_ENGINE Input to decide which Package Minifies the JS…
… files (#11)
* Adds JS_ENGINE Input to decide which Package Minifies the JS Files
* Adds Uglify to the Supported JS_ENGINE Packages
Fix: Create Output Directories if Don't Exist (#9)
* Replaced NotEmpty Check with Negated Empty Check
* Fix: Changed IN_PATH to F_DIR for IN_DIR Without Wild Card
IN_PATH would be empty if the IN_DIR is an actual directory and not a wild card. Therefore, it is important to be equal to F_DIR in order to be removed when adding the Sub Directory for the Output Directory
* Fix: Create Nested Directory Output if Doesn't Exist