CREEATION / gulp-jade-globbing

Globbing Jade includes & extends the easy way.
https://www.npmjs.com/package/gulp-jade-globbing
MIT License
11 stars 1 forks source link

Files included with include placeholder fails #11

Open esiao opened 8 years ago

esiao commented 8 years ago

When trying to retrieve a file with an include placeholder inside a file which is included himself the plugins fails to transform the string.

1| include {components}

ENOENT: no such file or directory, open '/src/templates/components/{components}.jade'

If the file is not included himself there's no issues. {components} is mapped to /src/templates/mixins/components/*.jade

CREEATION commented 8 years ago

Hey @esiao,

I am currently unable to work on this sadly, because of personal reasons. But there are good news, too: I started to rewrite this plugin from the ground up some weeks ago and it will cover this feature easily. Sorry I can't help right now! :(

FDiskas commented 8 years ago

Same problem :+1: