mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
improved minifying
This commit is contained in:
parent
ba677c6e30
commit
e9a389b0a6
3 changed files with 15 additions and 29 deletions
|
@ -135,7 +135,7 @@ exports.padJS = function(req, res)
|
|||
var quote = item.search("_Q") != -1;
|
||||
|
||||
//read the included file
|
||||
fs.readFile("../" + filename, "utf-8", function(err, data)
|
||||
fs.readFile(filename, "utf-8", function(err, data)
|
||||
{
|
||||
//compress the file
|
||||
if(type == "JS")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue