Skip to content

Commit

Permalink
Minify again
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorcomander committed Aug 31, 2017
1 parent 0407abe commit 3a067ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -35,7 +35,7 @@ lua:
cp -R src/X7/KISS tmp/X7/KISS
cp -R src/X9/KISS tmp/X9/KISS
cp -R src/Horus/KISS tmp/Horus/KISS
#find ./tmp/ -type f -name '*.lua' -exec sh -c './node_modules/luamin/bin/luamin --file {} > {}.tmp' \; -exec sh -c 'mv {}.tmp {} ' \;
find ./tmp/ -type f -name '*.lua' -exec sh -c './node_modules/luamin/bin/luamin --file {} > {}.tmp' \; -exec sh -c 'mv {}.tmp {} ' \;

.PHONY: zip
zip:
Expand Down

0 comments on commit 3a067ad

Please sign in to comment.