We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abce7b4 + 285db13 commit 48b605eCopy full SHA for 48b605e
1 file changed
βlib/broccoli/broccoli-handlebars.jsβ
@@ -22,6 +22,7 @@ class HandlebarReplace extends BroccoliCacheWriter {
22
23
build() {
24
this.listFiles().forEach((filePath) => {
25
+ filePath = path.normalize(filePath);
26
const destPath = filePath.replace(this.inputPaths[0], this.outputPath);
27
const content = fs.readFileSync(filePath, 'utf-8');
28
const template = Handlebars.compile(content);
0 commit comments