mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
parent
4a3da30ebd
commit
fbcdaad54a
9
Makefile
9
Makefile
@ -43,11 +43,14 @@ define Build/Prepare
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
npm install
|
# We're cd'in into the build dir manually so it
|
||||||
|
# runs these in the build dir, instead of the
|
||||||
|
# shared customfeeds folder
|
||||||
|
cd $(PKG_BUILD_DIR) && npm install
|
||||||
ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y)
|
ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y)
|
||||||
grunt less autoprefixer cssmin concat uglify
|
cd $(PKG_BUILD_DIR) && grunt less autoprefixer cssmin concat uglify
|
||||||
else
|
else
|
||||||
grunt less autoprefixer cssmin concat
|
cd $(PKG_BUILD_DIR) && grunt less autoprefixer cssmin concat
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user