Skip to content

Tags: nizarmah/auto-minify

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nizarmah Nizar
Adds lightningcss as the default css engine

Adds automated tests for reliability

Updates all dependencies

v3

Toggle v3's commit message

Verified

This tag was signed with the committer’s verified signature.
nizarmah Nizar
Adds lightningcss as the default css engine

Adds automated tests for reliability

Updates all dependencies

latest

Toggle latest's commit message

Verified

This tag was signed with the committer’s verified signature.
nizarmah Nizar
Adds lightningcss as the default css engine

Adds automated tests for reliability

Updates all dependencies

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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`

v2.1

Toggle v2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option for minified files to overwrite existing ones (#19)

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switches Docker Image to Alpine Linux to Reduce Build Time (#13)

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes Input Directory Typo in README (#12)

v1.9

Toggle v1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.8

Toggle v1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature: Added Maxdepth Input Variable (#10)

* Added 'maxdepth' to Action's Inputs

* Updated README to include latest Input

v1.7

Toggle v1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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