feat: Add a compose file
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user