Fork me on GitHub
#cursive
<
2015-08-27
>
audaxion20:08:29

anyone have experience running a luminusweb template in cursive with the sassc plugin? i keep getting an error that sassc can’t be found, even though when i run lein repl from the command line it works fine

cfleming21:08:36

@audaxion: What’s the error you’re receiving?

audaxion21:08:59

no such file for sassc

cfleming21:08:22

How do you configure where it should find sassc?

audaxion21:08:37

it’s on my PATH

audaxion21:08:52

when i run lein repl from the command line it works fine

cfleming21:08:18

Yeah, the problem is that Cursive runs lein in-process, so it probably doesn’t see PATH.

cfleming21:08:10

Hmm, there’s no way to configure it with an absolute path or anything

cfleming21:08:56

I can’t think of an easy way of fixing that without patching the plugin, sorry

audaxion21:08:18

thanks anyway

danielcompton22:08:34

@audaxion: you could run lein repl from the terminal and then connect to it as a remote REPl from Cursive

audaxion22:08:53

yeah that was my workaround

danielcompton22:08:12

@cfleming: is there a way to script this automatically as a run config? (I know you get another JVM)

cfleming22:08:35

No, there isn’t right now - that’s a good idea though.