luminus

jmckitrick 2021-07-29T22:35:55.056500Z

I spun up a new app with +postgres +re-frame +auth +shadow-cljs +reitit

jmckitrick 2021-07-29T22:36:25.057Z

And was attempting to run lein shadow compile app

jmckitrick 2021-07-29T22:36:36.057200Z

but ‘shadow’ is not a task.

2021-07-30T14:59:56.005900Z

For this I would usually read the Readme and see if it mentions how to build the app. Usually the template-generated projects are created with really good instructions in the readme.

jmckitrick 2021-07-30T20:23:20.006100Z

Yeah, that’s exactly how I usually start. But I’ve been instructed here to separate the clsj-shadow build from the lein project and do them separately.

jmckitrick 2021-07-30T20:23:49.006300Z

So I’m trying to get the lein part to work with the built-in plugin, and that part is failing. Last time I work with this template (last December) it worked.

2021-07-31T05:35:52.007200Z

@evgi88 do you know how to resolve this?

jmckitrick 2021-08-03T20:15:45.007700Z

I believe this was a bug that was fixed within a day or so.