build: Add start and watch commands

This commit is contained in:
Alexander Polynomdivision
2018-09-20 18:50:15 +02:00
parent 08d8c2c562
commit 466e5a3107
3 changed files with 14 additions and 0 deletions

View File

@@ -22,3 +22,7 @@ build: node_modules dist/minified
@echo Minifying
$(foreach file, $(wildcard dist/*.js), $(call minify, $(file)))
$(shell ls -lah ./dist/minified)
.PHONY: watch
watch:
npm start