a lot of progress on typeaheads, etc.

This commit is contained in:
Bryce Covert
2018-05-23 11:27:31 -07:00
parent 1a72859bd8
commit e445adec02
18 changed files with 214 additions and 85 deletions

View File

@@ -92,8 +92,6 @@
:jar true
:compiler {:main auto-ap.core
:output-to "resources/public/js/compiled/app.js"
:npm-deps {:react-autocomplete "1.8.1"}
:install-deps true
:optimizations :advanced
:closure-defines {goog.DEBUG false}
:pretty-print false}}