Skip to content

Commit 3a067ad

Browse files
committed
Minify again
1 parent 0407abe commit 3a067ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lua:
3535
cp -R src/X7/KISS tmp/X7/KISS
3636
cp -R src/X9/KISS tmp/X9/KISS
3737
cp -R src/Horus/KISS tmp/Horus/KISS
38-
#find ./tmp/ -type f -name '*.lua' -exec sh -c './node_modules/luamin/bin/luamin --file {} > {}.tmp' \; -exec sh -c 'mv {}.tmp {} ' \;
38+
find ./tmp/ -type f -name '*.lua' -exec sh -c './node_modules/luamin/bin/luamin --file {} > {}.tmp' \; -exec sh -c 'mv {}.tmp {} ' \;
3939

4040
.PHONY: zip
4141
zip:

0 commit comments

Comments
 (0)