Skip to content

Commit 48daaa8

Browse files
committed
Add source maps in dev build
1 parent 2bccead commit 48daaa8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.nrepl*
55
out
66
gitique.js
7+
gitique.js.map
78
dist/*.zip

script/dev.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
(require 'cljs.closure)
22

3-
(cljs.closure/watch "src" {:optimizations :whitespace :output-to "gitique.js"})
3+
(cljs.closure/watch "src" {:optimizations :whitespace
4+
:output-to "gitique.js"
5+
:output-dir "out"
6+
:source-map "gitique.js.map"})

0 commit comments

Comments
 (0)