We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a471f4 commit bac4705Copy full SHA for bac4705
plugin.js
@@ -7,7 +7,7 @@ Plugin.registerSourceHandler('ng.jade', {
7
archMatching: 'web'
8
}, function(compileStep) {
9
var contents = compileStep.read().toString('utf8');
10
- jadeOpts.filename = compileStep.inputPath;
+ jadeOpts.filename = compileStep.fullInputPath;
11
contents = jade.compile(contents, jadeOpts)();
12
13
var newPath = compileStep.inputPath;
0 commit comments