Skip to content

Releases: nizarmah/auto-minify

Handling Nested Directories

01 Apr 03:22
2a41de2
Compare
Choose a tag to compare

The action has been refactored in order to be able to easily access nested directories under a certain directory and minify the files in those sub-directories too.

Can be easily used by adding /* at the end of the directory, as follows:

directory: `js/*`

Resolves issues: #1

Updated Steps Documentation in README.md

07 Mar 17:31
Compare
Choose a tag to compare
v1.3

Fix: Updated Action Version to v1.3 to Match New Release

Minified Files Log and README Update

07 Mar 17:10
Compare
Choose a tag to compare
v1.2

Fix: Updated Version Number to Match Next Release v1.2

Bug Fixes and README Update

07 Mar 17:03
Compare
Choose a tag to compare
v1.1

Fix: Fixed Issue with Output Directory, Create if Doesn't Exist

Initial Release

07 Mar 16:50
Compare
Choose a tag to compare
v1

Fix: Updated README.md to add Checkout Action