aclindsa / moneygo

An accounting web application to track personal finances written in Go and React/Bootstrap
MIT License
199 stars 37 forks source link

Add node_modules/.bin to PATH during Makefile build. #38

Open wrouesnel opened 5 years ago

wrouesnel commented 5 years ago

Fixes the need to have browserify installed globally for the build to work.

aclindsa commented 5 years ago

@wrouesnel Thanks for the PR! If you've tested this and it successfully removes the need for the global browserify installation, would you mind also removing that section from the README?