add minify to export
This commit is contained in:
2
Makefile
2
Makefile
@@ -55,7 +55,7 @@ $(OUTPUT_ORIGINAL): $(SRC) $(ORDER) $(MINIFY)
|
|||||||
@cp $(OUTPUT) $(OUTPUT_ORIGINAL)
|
@cp $(OUTPUT) $(OUTPUT_ORIGINAL)
|
||||||
@lua $(MINIFY) minify $(OUTPUT_ORIGINAL) > $(OUTPUT)
|
@lua $(MINIFY) minify $(OUTPUT_ORIGINAL) > $(OUTPUT)
|
||||||
|
|
||||||
export: build
|
export: build minify
|
||||||
@if [ -z "$(VERSION)" ]; then \
|
@if [ -z "$(VERSION)" ]; then \
|
||||||
echo "ERROR: VERSION not set!"; \
|
echo "ERROR: VERSION not set!"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
|
|||||||
Reference in New Issue
Block a user