vex_svelte/Makefile

13 lines
256 B
Makefile

2024-01-06 12:01:46 -07:00
build/index.html: src/routes/+page.svelte
npm run build
.PHONY: run dev iframe
2024-01-06 12:01:46 -07:00
run: build/index.html
cd build && python3 -m http.server
dev:
npm run dev
iframe: build/index.html
cp iframe.html build/iframe.html && cd build && python3 -m http.server