How can I make prepros watch HTML include files in Jade templates?
Gets a bit tiresome having to save the Jade file too after updating the included HTML. Codekit has this feature, any ideas how to get it working in Jade?
How can I make prepros watch HTML include files in Jade templates?
Gets a bit tiresome having to save the Jade file too after updating the included HTML. Codekit has this feature, any ideas how to get it working in Jade?
I didn't make it too, but I use simple hotfix which you might like.
example.html
file toexample.jade
Write any tag with a dot on top of the file, with no indents on the left (it is a top level tag).
Now you can edit
example.jade
as a simple .html file. Hope it will help.