swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

Remove :classifier "aot" #41

Closed frankleonrose closed 8 years ago

frankleonrose commented 8 years ago

AOT causes cljsbuild to drop cljs version to 0.0-3211 https://github.com/emezeske/lein-cljsbuild/issues/431

mneise commented 8 years ago

Thank you :wink:

frankleonrose commented 8 years ago

My pleasure. Thanks for accepting.

As long as we're looking, does that breakout of org.clojure/data.json still need to be there? It seems like it's bringing in the same version (0.2.6) as is now bundled in ClojureScript.

mneise commented 8 years ago

Had the same thought and already removed it (9090436f5c9d8b44002f199c1bb58f69f99e5947) :wink:

frankleonrose commented 8 years ago

Awesome. I'll do the same on my various project.clj files.