Makefile 138 B

123456
  1. # Put local npm installed scripts to path
  2. export PATH := node_modules/.bin:$(PATH)
  3. all:
  4. browserify -t hbsfy index.js > index-bundle.js