crisptrutski / boot-cljs-test

Boot task to run ClojureScript tests.
53 stars 18 forks source link

WIP 0.3.0 #36

Closed crisptrutski closed 8 years ago

crisptrutski commented 8 years ago

@Deraen FYI

Need to clean this up, and a few things missing, but mostly works.

Going to back out boot-wrap, that was just an experiment

Interested in feedback on `boot-error :smile:

Will get this into a more stable position tonight so it can take direct contributions

Deraen commented 8 years ago

Looks good. I'll check if my updates are required and update them as needed after you have merged this.

I agree on just creating the middleware manually instead of using wrap macros. In more complex cases it is often just clearer to do it manually.