From cd5171848fe3c4c9747d2c1c9dad18260d393b92 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 21 Apr 2022 18:33:08 +0300 Subject: [PATCH] working on pages... Signed-off-by: Alex A. Naanou --- Makefile | 12 ++++--- pwiki2.js | 93 ++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 75 insertions(+), 30 deletions(-) diff --git a/Makefile b/Makefile index a545d54..2187def 100755 --- a/Makefile +++ b/Makefile @@ -1,10 +1,15 @@ + BOOTSTRAP_FILES := \ $(wildcard bootstrap/*) \ $(wildcard bootstrap/*/*) \ README.md +LOCAL_MODULES := \ + node_modules/ig-object/object.js \ + node_modules/ig-actions/actions.js \ + node_modules/ig-features/features.js @@ -21,11 +26,8 @@ node_modules: npm install -dev: node_modules - cp $