Include/extends don't work
YouHusam opened this issue · 1 comments
YouHusam commented
Hi, I'm trying to include a mixins file, but it's giving me the following error:
/home/husam/.meteor/packages/civilframe_angular-jade/.0.0.3.1qmzzme++os+web.browser+web.cordova/plugin.compileJadeAngular.os/npm/compileJadeAngular/node_modules/jade/lib/parser.js:465:13:
Jade:1
> 1| include mixins
2|
3| h2.welcome-message {{item.name}}
4| form
the "filename" option is required to use "include" with "relative" paths
(compiling client/templates/editor/map-item-form.ng.jade)
at Parser.resolvePath
Thank you