mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-12-03 13:34:56 +01:00
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.
This commit is contained in:
parent
daed62937c
commit
2acb06c3ed
4
Makefile
4
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)/
|
||||
|
Loading…
Reference in New Issue
Block a user