Skip to content

Commit 48b605e

Browse files
committed
Merge branch 'master' into fix-ghp-deploy
2 parents abce7b4 + 285db13 commit 48b605e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

β€Žlib/broccoli/broccoli-handlebars.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class HandlebarReplace extends BroccoliCacheWriter {
2222

2323
build() {
2424
this.listFiles().forEach((filePath) => {
25+
filePath = path.normalize(filePath);
2526
const destPath = filePath.replace(this.inputPaths[0], this.outputPath);
2627
const content = fs.readFileSync(filePath, 'utf-8');
2728
const template = Handlebars.compile(content);

0 commit comments

Comments
 (0)