Skip to content

Commit beb3dd4

Browse files
authored
Add sourcemaps
1 parent f921289 commit beb3dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ watch: watch-ts watch-scss watch-static http-server
3434

3535
.PHONY: watch-ts
3636
watch-ts: dist $(TSS)
37-
$(WATCHIFY) ./ts/app.ts -v -p tsify --outfile dist/app.js
37+
$(WATCHIFY) ./ts/app.ts -v -p tsify --outfile dist/app.js --debug
3838

3939
.PHONY: watch-scss
4040
watch-scss: dist scss/main.scss

0 commit comments

Comments
 (0)