Skip to content

Commit f8032d7

Browse files
committed
Merge branch 'develop'
2 parents daed629 + 2acb06c commit f8032d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ define Build/Compile
4848
# grunt can access git info
4949
npm install
5050
ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y)
51-
grunt gitinfo less autoprefixer cssmin concat uglify
51+
grunt gitinfo template less autoprefixer cssmin concat uglify
5252
else
53-
grunt gitinfo less autoprefixer cssmin concat
53+
grunt gitinfo template less autoprefixer cssmin concat
5454
endif
5555
# Copy compiled files to build dir
5656
$(CP) www $(PKG_BUILD_DIR)/

0 commit comments

Comments
 (0)