Does work watching with jade?

I want to look at my jade files and compile them, but it seems that it does not work.

jade client/jade --watch --out public

When I change client/jade/draft.jade, it does not recompile. I saw a message saying that it does not work with directories? Isn't it fixed yet? Is there a workaround or something else? Should I watch all files manually?

https://groups.google.com/d/msg/jadejs/p_slRuISjVg/lL_uxgD6uB0J

+5
source share
1 answer

: " ". , . , ( ), , .

client/jade

$ jade --watch client/jade/*.jade --out public

, , , , , . , .

+16

All Articles