From 16735e8df6a4d5196c7b16a56c679ae4a27c7f04 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 4 Mar 2021 16:49:29 +0800 Subject: [PATCH] buildSDK/cssmini.js --- buildSDK/cssmini.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSDK/cssmini.js b/buildSDK/cssmini.js index e8aa4fea97..9cafe90e87 100644 --- a/buildSDK/cssmini.js +++ b/buildSDK/cssmini.js @@ -34,7 +34,7 @@ lines.forEach(function(l) { l = l.replace(/^[^"]+"([^"]+)".*/, '$1'); print("pack " + l); //out += pack(File.read(pa+'/css/' + l)).replace(/\}/g, "}\n")+"\n"; - out += pack(GLib.file_get_contents(pa+'/css/' + l)['contents'])) + "\n"; + out += pack(GLib.file_get_contents(pa+'/css/' + l)['contents']) + "\n"; }); var f = Gio.file_new_for_path(String(pa+'/css/roojs.css')); var data_out = new Gio.DataOutputStream({base_stream:f.replace(null, false, Gio.FileCreateFlags.NONE, null)}); -- 2.39.2