We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daed629 + 2acb06c commit f8032d7Copy full SHA for f8032d7
Makefile
@@ -48,9 +48,9 @@ define Build/Compile
48
# grunt can access git info
49
npm install
50
ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y)
51
- grunt gitinfo less autoprefixer cssmin concat uglify
+ grunt gitinfo template less autoprefixer cssmin concat uglify
52
else
53
- grunt gitinfo less autoprefixer cssmin concat
+ grunt gitinfo template less autoprefixer cssmin concat
54
endif
55
# Copy compiled files to build dir
56
$(CP) www $(PKG_BUILD_DIR)/
0 commit comments