feat: Add a compose file

This commit is contained in:
Alexander Polynomdivision
2018-09-28 23:33:28 +02:00
parent ded5e4ecfa
commit 5d38f46aeb
8 changed files with 133 additions and 9 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 src/index.html
./node_modules/.bin/parcel build --out-dir dist/app src/index.html
@echo Minifying
$(foreach file, $(wildcard dist/*.js), $(call minify, $(file)))