fix: Move to the new API scheme

This commit is contained in:
Alexander Polynomdivision
2018-09-23 22:22:22 +02:00
parent 2c4011f631
commit 11bbdc627f
2 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ watch: node_modules
.PHONY: build
build: node_modules dist/minified
@echo Building with parcel
./node_modules/.bin/parcel build
./node_modules/.bin/parcel build src/index.html
@echo Minifying
$(foreach file, $(wildcard dist/*.js), $(call minify, $(file)))