fixing figwheel

This commit is contained in:
Bryce Covert
2019-04-02 21:44:12 -07:00
parent 55fb386376
commit c28be9919a
7 changed files with 45 additions and 53 deletions

6
min.cljs.edn Normal file
View File

@@ -0,0 +1,6 @@
{:main auto-ap.core
:output-to "resources/public/js/compiled/app.js"
:optimizations :advanced
:closure-defines {goog.DEBUG false}
:pretty-print false}