From 2d33af2866863e75398017ee035d9a708a2547eb Mon Sep 17 00:00:00 2001 From: Marcin Kozlowski Date: Wed, 21 Aug 2024 08:55:44 +0200 Subject: [PATCH] Update Makefile Signed-off-by: Marcin Kozlowski --- quantifiedcode/frontend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantifiedcode/frontend/Makefile b/quantifiedcode/frontend/Makefile index b1f1c4e7..20256d8c 100644 --- a/quantifiedcode/frontend/Makefile +++ b/quantifiedcode/frontend/Makefile @@ -28,7 +28,7 @@ clean: rm -rf $(BUILD_TMP_DIR) rm -rf $(BUILD_BACKUP_DIR) -production: scripts bower babel static-files scss +production: scripts bower babel static-files #production: scripts babel static-files scss optimize-css optimize move development: extra scripts babel static-files scss watch