GitHub Actions – Possible to Compile JS and either create / modify file in branch
I’m trying to automate my deployment in GitHub, we have JS files that we want to uglify and minify. Locally we use Gulp and it works well for us. It uglifies and minifies all the files and creates a .min.js file for us.