nizarmah / auto-minify

Minifies JS and CSS files in GitHub workflows.
GNU General Public License v3.0
48 stars 18 forks source link

Add css_engine input test #39

Closed nizarmah closed 5 months ago

nizarmah commented 5 months ago

Follow up for #38

Adds css_engine test. This will help ensure issues like #27 are checked in future releases.

CI is enough in this case.


Clean-CSS's test is failing because of Clean CSS, not our code

The issue reported in #27 is the reason the test is failing

We'll need to either upgrade Clean CSS or remove it entirely if it doesn't minify files correctly, but that's for another PR not this one.