From 28ce8ff4790e18fb0fce994ba1648a26bc3bc605 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Tue, 10 May 2016 16:06:27 +0200 Subject: [PATCH] OpenWRT Build/Prepare fix Copy js files to build dir so grunt can use them Relevant for #307 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5c663d..648c5ec 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ endef define Build/Prepare mkdir -p $(PKG_BUILD_DIR) + $(CP) js $(PKG_BUILD_DIR)/ $(CP) less $(PKG_BUILD_DIR)/ $(CP) www $(PKG_BUILD_DIR)/ $(CP) Gruntfile.js $(PKG_BUILD_DIR)/