Skip to content

Commit

Permalink
[DEBUG] Disable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed Jun 12, 2019
1 parent f78dde5 commit 3281e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
:static-fns true
:fn-invoke-direct true
:optimize-constants true
:optimizations :advanced
:optimizations :none
:pseudo-names false
:pretty-print false
:closure-defines {"goog.DEBUG" false}
Expand All @@ -132,7 +132,7 @@
:static-fns true
:fn-invoke-direct true
:optimize-constants true
:optimizations :advanced
:optimizations :none
:pseudo-names false
:pretty-print false
:closure-defines {"goog.DEBUG" false}
Expand Down

0 comments on commit 3281e12

Please sign in to comment.