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 $