Skip to content

Commit

Permalink
Adding forgotten grunt task to make file: template
Browse files Browse the repository at this point in the history
@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.
  • Loading branch information
peteruithoven committed Jun 23, 2017
1 parent daed629 commit 2acb06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)/
Expand Down

0 comments on commit 2acb06c

Please sign in to comment.