mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-01 12:08:37 -04: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:
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:
|
||||||
|
Reference in New Issue
Block a user