Fork me on GitHub
#duct
<
2018-02-02
>
snichme11:02:00

I think that you have to execute the migrator your self, it’s not run automatically.

snichme11:02:14

Like lein run :duct.migrator/ragtime

iperdomo14:02:40

Hi all. we're migrating to use Duct ... we wanted to a similar dev experience in our previous projects, so hot code reloading for cljs and css with figwheel would be nice

iperdomo14:02:15

i have managed to configure figwheel.server module and the cljs hot reloading is working when using (reset)

iperdomo14:02:34

however CSS reloading is not happening

iperdomo14:02:55

i already define :css-dirs vector and i was reading the documentation on figwheel sidecar

iperdomo14:02:17

is the CSS hot reloading a feature expected when using figwheel.server module?

iperdomo14:02:10

never mind, it works!!

weavejester19:02:58

Glad you got it working, @iperdomo!