nizarmah / auto-minify

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

Only minify changed files #29

Open jeypc opened 2 years ago

jeypc commented 2 years ago

Hello, is this possible to minify only changed files? let's say I have a folder called "js" and inside the js folder I have lot of of js files, is there any way to minify only for changed files?

nizarmah commented 6 months ago

I like this suggestion. I don't know how I'll do it yet, but I will look into it.