Closed neverfox closed 10 years ago
I'll have to get back to this this weekend/next week. On work travel and won't have any time to play around. I apologize!
No problem. I'm currently using this as a (less-than-ideal) stopgap.
Have to add jade
, the compiler, to the modules list. I updated the docs awhile ago for that.
Before, when all the compilers were built in, that obviously wasn't needed. But this module depends on the work that the template compiler performs.
This module probably needs to be properly detached now from template compiling.
Ah geez, I saw that but somehow interpreted it as referring to a node module. Sorry about that. Still adjusting to the move from 1.x but I think I'm there now.
I was recently converting a project to client static Jade and none of my files were ending up in public, with no warnings or errors. So I tested out a new project as follows, with Mimosa 2.1.19:
mimosa new jade-test
client-jade-static
to modules in configassets/javascripts/app/test.html.jade
(with or without content, doesn't matter)mimosa watch -s
Here is the
--mdebug
output that mentions the file (and a few extra lines for context):I tried this on both Linux and Windows to no avail.