Skip to content

Commit 8d37569

Browse files
authored
fix(gen): don't convert main html file
1 parent 9a80634 commit 8d37569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/generators/app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export class Generator extends Base {
543543

544544
// Convert HTML into Pug
545545
if(this.filters.pug) {
546-
let pugFilter = filter(['**/*.html', '!client/_index.html'], {restore: true});
546+
let pugFilter = filter(['**/*.html', '!client/app.template.html'], {restore: true});
547547

548548
function pugReplacer(contents) {
549549
return contents

0 commit comments

Comments
 (0)