Try the first minifier again, but with uglify

This commit is contained in:
Melissa LeBlanc-Williams 2023-03-14 12:41:28 -07:00
parent 9156930bb1
commit 62c5f45971

View file

@ -21,9 +21,11 @@ jobs:
- name: Copy files to build folder
run: "yes | cp -f *.{js,py,json} build/"
- name: Minify JavaScript
uses: jossydevers/minify-js@v1.0.0
uses: nizarmah/auto-minify@v2.1
with:
working-directory: ./build
overwrite: true
directory: 'build'
js_engine: 'uglify-js'
# Eventually only do this step on release
- name: Commit Build Files
uses: stefanzweifel/git-auto-commit-action@v4