cljs-lambda icon indicating copy to clipboard operation
cljs-lambda copied to clipboard

Boot support?

Open kennyjwilli opened this issue 8 years ago • 6 comments

Would you be open to including boot support? I am happy to submit a PR for this feature.

kennyjwilli avatar Apr 04 '17 21:04 kennyjwilli

@kennyjwilli Totally open to it.

moea avatar Apr 04 '17 21:04 moea

Awesome. Shall I store the sources in a new top-level directory called boot?

kennyjwilli avatar Apr 04 '17 22:04 kennyjwilli

Take a look at how environ structures their lein plugin and boot task: https://github.com/weavejester/environ. They have a top-level folder for both lein and boot and then another directory with shared sources.

kennyjwilli avatar Apr 04 '17 22:04 kennyjwilli

@kennyjwilli I think that approach is fine. Let me know if there's anything I can do to make the process easier, like removing buried calls to leiningen's abort from otherwise reusable code, or dividing out the existing project into common portions and a leiningen-specific artifact. If you feel comfortable handling that stuff, that's great too.

moea avatar Apr 04 '17 22:04 moea

Any progress on this one, I would be interested as well :wink:

arichiardi avatar Aug 02 '17 10:08 arichiardi

@arichiardi I ultimately decided that we have other higher priority things than using CLJS over CLJ for Lambda. Unfortunately this means I did not finish this task. I still think it would be a valuable addition to the library however.

kennyjwilli avatar Aug 02 '17 19:08 kennyjwilli