bdkjones / CodeKit-1-Old

147 stars 1 forks source link

Jade: includes in html-comments not showing up in CodeKit 1.9.3 #710

Open chris-scheurle opened 10 years ago

chris-scheurle commented 10 years ago

p     include someFile.jade

works fine, but

//     include someFile.jade

doesn't show up in CodeKit's "Imports/Extends" list and changes to someFile.jade don't trigger recompiling the importing file.

chris-scheurle commented 10 years ago

ok, I found a workaround: mixin foo     //         include someFile.jade mixin bar     include someFile.jade

and never using "+bar" :) ... but it's still a bug.