diff --git a/gulpfile.ts b/gulpfile.ts index 87c3a23a0..4ee5fbce0 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -173,6 +173,9 @@ gulp.task('build:client:pug', [ //

foo

collapseWhitespace: true, + // タグ間の改行を保持する + preserveLineBreaks: true, + // (できる場合は)属性のクォーテーション削除する e.g. //

foo

to //

foo