1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 07:34:38 -05:00
This commit is contained in:
Ashley //// 2024-02-03 21:36:58 +00:00
parent 01186ab9c8
commit 988a8ce97e

View file

@ -215,7 +215,7 @@ module.exports = function (app, config, renderTemplate) {
? fs.readFileSync(filePath, "utf-8") ? fs.readFileSync(filePath, "utf-8")
: ""; : "";
}) })
.join("\n"); .join("\n" + "\n");
const minimizedJs = require("uglify-js").minify(combinedContent).code; const minimizedJs = require("uglify-js").minify(combinedContent).code;