mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:18:11 +01:00
add mhm
This commit is contained in:
parent
01186ab9c8
commit
988a8ce97e
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
? fs.readFileSync(filePath, "utf-8")
|
||||
: "";
|
||||
})
|
||||
.join("\n");
|
||||
.join("\n" + "\n");
|
||||
|
||||
const minimizedJs = require("uglify-js").minify(combinedContent).code;
|
||||
|
||||
|
|
Loading…
Reference in a new issue