diff --git a/dc09.js b/dc09.js index 58ede57..385cbaa 100644 --- a/dc09.js +++ b/dc09.js @@ -191,6 +191,8 @@ function minifyHtml(dir, files) { removeStyleLinkTypeAttributes: true, useShortDoctype: true, keepClosingSlash: false, + minifyCSS: true, + minifyJS: true, } ) fs.writeFileSync(built, content) diff --git a/index.html b/index.html new file mode 100644 index 0000000..b4a8915 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + +
+ + +