Skip to content

Commit 0657957

Browse files
authored
Merge pull request #109 from Nufflee/patch-1
Add sourcemaps
2 parents f921289 + beb3dd4 commit 0657957

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)