Depending on package.json is best; other files in package may can dates older than install.
This commit is contained in:
parent
574e8894aa
commit
ae48edf93d
5
Makefile
5
Makefile
@ -62,8 +62,7 @@ imports_config := \
|
|||||||
src/Archive/archives.json
|
src/Archive/archives.json
|
||||||
imports_css := \
|
imports_css := \
|
||||||
tools/style.js \
|
tools/style.js \
|
||||||
node_modules/font-awesome/css/font-awesome.css \
|
node_modules/font-awesome/package.json
|
||||||
node_modules/font-awesome/fonts/fontawesome-webfont.woff
|
|
||||||
imports_Monitoring := \
|
imports_Monitoring := \
|
||||||
src/meta/icon128.png
|
src/meta/icon128.png
|
||||||
|
|
||||||
@ -103,7 +102,7 @@ all : default release
|
|||||||
npm install
|
npm install
|
||||||
echo -> $@
|
echo -> $@
|
||||||
|
|
||||||
node_modules/% : .events/npm
|
node_modules/%/package.json : .events/npm
|
||||||
$(if $(wildcard $@),,npm install && echo -> $^)
|
$(if $(wildcard $@),,npm install && echo -> $^)
|
||||||
|
|
||||||
.tests_enabled :
|
.tests_enabled :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user