Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d37569

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/generators/app/index.js

Copy file name to clipboardExpand all lines: src/generators/app/index.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.