Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing build attempt 4
  • Loading branch information
andrew committed Jun 22, 2016
1 parent 650135f commit 8c99be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -70,7 +70,7 @@
:compiler {:main ulysses.core
:output-dir "resources/public/js/compiled"
:output-to "resources/public/js/compiled/app.js"
:optimizations :advanced
:optimizations :whitespace
:closure-defines {goog.DEBUG false}
:pretty-print false
:source-map "resources/public/js/compiled/app.js.map"
Expand Down
2 changes: 1 addition & 1 deletion src/cljs/ulysses/utils.cljs
Expand Up @@ -43,7 +43,7 @@
"print x, then return it. useful for
debugging inside threading macros or map"
[x]
(println x)
(cljs.pprint/pprint x)
x)

(defn ptr-first
Expand Down

0 comments on commit 8c99be7

Please sign in to comment.