We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f921289 + beb3dd4 commit 0657957Copy full SHA for 0657957
Makefile
@@ -34,7 +34,7 @@ watch: watch-ts watch-scss watch-static http-server
34
35
.PHONY: watch-ts
36
watch-ts: dist $(TSS)
37
- $(WATCHIFY) ./ts/app.ts -v -p tsify --outfile dist/app.js
+ $(WATCHIFY) ./ts/app.ts -v -p tsify --outfile dist/app.js --debug
38
39
.PHONY: watch-scss
40
watch-scss: dist scss/main.scss
0 commit comments