0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-02 04:34:32 +02:00

OpenWRT Build/Prepare fix

Copy js files to build dir so grunt can use them
Relevant for #307
This commit is contained in:
peteruithoven 2016-05-10 16:06:27 +02:00
parent fbcdaad54a
commit 28ce8ff479

View File

@ -34,6 +34,7 @@ endef
define Build/Prepare define Build/Prepare
mkdir -p $(PKG_BUILD_DIR) mkdir -p $(PKG_BUILD_DIR)
$(CP) js $(PKG_BUILD_DIR)/
$(CP) less $(PKG_BUILD_DIR)/ $(CP) less $(PKG_BUILD_DIR)/
$(CP) www $(PKG_BUILD_DIR)/ $(CP) www $(PKG_BUILD_DIR)/
$(CP) Gruntfile.js $(PKG_BUILD_DIR)/ $(CP) Gruntfile.js $(PKG_BUILD_DIR)/