Deraen / sass4clj

SASS compiler for Clj, Lein and Boot, using Libsass Java wrapper
70 stars 16 forks source link

Fix Integrant resume-key method #30

Closed danielcompton closed 5 years ago

danielcompton commented 5 years ago

When resuming an Integrant component, this now halts the old implementation, rather than the old options.

I think this is the correct behaviour? When I tried to use this out of the box, I got an NPE when resuming after changing some config.

Deraen commented 5 years ago

Thanks, merged & released and copied to less4clj also.