👷 Build system works

This commit is contained in:
Dan Jones 2022-12-21 15:57:06 -06:00
commit 4addbac3fb
6 changed files with 37 additions and 2 deletions

View file

@ -0,0 +1,5 @@
build/index.html: build/style.css index.html config.toml compile.js
node compile.js
build/style.css: scss/style.scss
npx sass $< $@