mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add mhm
This commit is contained in:
parent
01186ab9c8
commit
988a8ce97e
@ -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 New Issue
Block a user