minor js fixes, update build system, minimize dependencies

This commit is contained in:
Robin Appelman 2017-04-14 15:17:36 +02:00
commit ef059b1af3
7 changed files with 68 additions and 43 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
all: build
node_modules: package.json
npm install
.PHONY: build
build: node_modules
node node_modules/.bin/babel src --out-dir lib