mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 01:57:56 +01:00
Execute new gitinfo in OpenWRT build
This commit is contained in:
parent
225a173da7
commit
4e18fa0f56
4
Makefile
4
Makefile
@ -48,9 +48,9 @@ define Build/Compile
|
|||||||
# grunt can access git info
|
# grunt can access git info
|
||||||
npm install
|
npm install
|
||||||
ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y)
|
ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y)
|
||||||
grunt less autoprefixer cssmin concat uglify
|
grunt gitinfo less autoprefixer cssmin concat uglify
|
||||||
else
|
else
|
||||||
grunt less autoprefixer cssmin concat
|
grunt gitinfo less autoprefixer cssmin concat
|
||||||
endif
|
endif
|
||||||
# Copy compiled files to build dir
|
# Copy compiled files to build dir
|
||||||
$(CP) www $(PKG_BUILD_DIR)/
|
$(CP) www $(PKG_BUILD_DIR)/
|
||||||
|
Loading…
Reference in New Issue
Block a user