Fork me on GitHub
#testing
<
2016-10-07
>
ricardo07:10:25

Hey @bensu, quick question… Can one specify the js-env as part of the :doo properties? If so, with which keyword? :js-env “phantom” doesn’t seem to do the trick, I still get the help prompt.

bensu07:10:41

can you try :js-env :phantom?

bensu07:10:06

I think there is a bug for that last argument, also which version are you using?

ricardo07:10:49

I did. No workee. 🙂 I’m using 0.1.7. Do you want me to file a bug?

ricardo07:10:07

Actually, 0.1.7 for the library, 0.1.6 for the plugin. Updating the plugin to 0.1.7 barfs with an assertion on the same basic configuration which works on 0.1.6: (not (and (default? cli-alias) (not (contains? alias-map :default)))) Configuration is simply :doo {:build "test”}

bensu19:10:59

That is sad, there is one bug on one version and a different bug on another one 😞

bensu19:10:07

Can you open an issue so that I can track it?