From b9013b20da2c6a8499be7344785fbd2d818d7602 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 31 Jan 2018 05:02:13 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui (gen4)/Makefile b/ui (gen4)/Makefile index 569a2577..ac9a7390 100755 --- a/ui (gen4)/Makefile +++ b/ui (gen4)/Makefile @@ -663,6 +663,10 @@ $(BUILD_DIR)/package.nw: $$(PACK_MINIMAL) # b) generic components mixed and matched (node_modules, ImageGrid.Viewer, ...) # Q: will this actually save us any time/space, considering # we'll need to copy the files anyway??? +# - it would be nice to have reusable components that +# would be used as-is to build different builds +# - this will lead to added complexity for instance +# in zipping... # c) both... # XXX things to do next: # - copy rest of node_modules... (???)