mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05:00
Add node_modules/.bin to PATH during Makefile build.
Fixes the need to have browserify installed globally for the build to work.
This commit is contained in:
parent
285b632239
commit
38e269f00e
2
Makefile
2
Makefile
@ -1,5 +1,7 @@
|
|||||||
JS_SOURCES = $(wildcard js/*.js) $(wildcard js/*/*.js)
|
JS_SOURCES = $(wildcard js/*.js) $(wildcard js/*/*.js)
|
||||||
|
|
||||||
|
export PATH := node_modules/.bin:$(PATH)
|
||||||
|
|
||||||
all: static/bundle.js static/react-widgets static/codemirror/codemirror.css
|
all: static/bundle.js static/react-widgets static/codemirror/codemirror.css
|
||||||
|
|
||||||
node_modules:
|
node_modules:
|
||||||
|
Loading…
Reference in New Issue
Block a user