bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Remove make-subproject #150

Closed MatthewDarling closed 7 years ago

MatthewDarling commented 7 years ago

The select-keys doesn't seem to be necessary, and adding the :local-repo-classpath key doesn't seem to do anything with Leiningen 2.x. That means it seems to serve no real purpose.

For a bit more context, see #143 and #145. Removing this function should make doo more future-proof of new Leiningen features :)

bensu commented 7 years ago

This looks ready to merge right @miikka @MatthewDarling ?

miikka commented 7 years ago

Yes. I'll press the button.