This commit is contained in:
2026-04-30 16:14:16 +03:00
committed by GitHub
parent 8468ec31ec
commit 9eebc6da2c
+1 -4
View File
@@ -27,9 +27,6 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install luamin
run: npm install -g luamin
- name: Switch to minified branch
run: git checkout minified
@@ -42,7 +39,7 @@ jobs:
run: |
for file in $(find . -name "*.lua" -not -path "./.git/*"); do
echo $file
cat "$file" | luamin -c > "$file"
node minify.js $file
done
- name: Commit and push to minified branch