Closed SpencerCarstens closed 9 years ago
I just met exactly the same behaviour. Also noticed that less won't add rules from globbed files if they're empty.
I'm getting the same here as well.
Well, so many people encountered that issue. But I have the same setup and it is work well
Fine, got it. Why are you imports declared from the app root? You should import relatively to this file.
Had the same problem but as Boris says if you import relative to the file it works.
Is is possible to add functionality to make it work from the app root as well?
Found that less implicitly adds extra path to search files here
if (!isAbsoluteFilename && paths.indexOf('.') === -1) {
paths.push('.');
}
I can't reuse this piece of code, only copy that to my plugin. I'll try to do it
Seems to be fixed in my little example. Please try to test current master in your projects, and if it is fine, I will make a release
I can't get your plugin to work... I assume I'm doing something wrong.
Has anyone else gotten it to work?
Not getting any errors... just no output when I try to use globbing.