From 2acb06c3edc4451c1a911ab2f636c73f98679526 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 23 Jun 2017 12:28:35 +0200 Subject: [PATCH] Adding forgotten grunt task to make file: template @companje This would add build info, create main.js.out which was used in later concat tasks. Without this task the final code would lack the main.js code. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 53478be..ebf01ca 100644 --- a/Makefile +++ b/Makefile @@ -48,9 +48,9 @@ define Build/Compile # grunt can access git info npm install ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y) - grunt gitinfo less autoprefixer cssmin concat uglify + grunt gitinfo template less autoprefixer cssmin concat uglify else - grunt gitinfo less autoprefixer cssmin concat + grunt gitinfo template less autoprefixer cssmin concat endif # Copy compiled files to build dir $(CP) www $(PKG_BUILD_DIR)/