From 4e18fa0f56db51860163a230117d6edcca648df4 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 11 May 2016 13:28:44 +0200 Subject: [PATCH] Execute new gitinfo in OpenWRT build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81d9602..53478be 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 less autoprefixer cssmin concat uglify + grunt gitinfo less autoprefixer cssmin concat uglify else - grunt less autoprefixer cssmin concat + grunt gitinfo less autoprefixer cssmin concat endif # Copy compiled files to build dir $(CP) www $(PKG_BUILD_DIR)/