mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
minify helper isnt needed anymore
This commit is contained in:
parent
dce5227e42
commit
1e71d41b5f
1 changed files with 0 additions and 5 deletions
|
@ -35,11 +35,6 @@ var os = require('os');
|
||||||
var TAR_PATH = path.join(__dirname, 'tar.json');
|
var TAR_PATH = path.join(__dirname, 'tar.json');
|
||||||
var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
|
var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
|
||||||
|
|
||||||
module.exports = function(opts) {
|
|
||||||
settings = opts;
|
|
||||||
return exports;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* creates the minifed javascript for the given minified name
|
* creates the minifed javascript for the given minified name
|
||||||
* @param req the Express request
|
* @param req the Express request
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue