mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Moved minified
This commit is contained in:
parent
0730eb5b8d
commit
28babf0aa5
3 changed files with 12 additions and 3 deletions
6
node/minified.js
Normal file
6
node/minified.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
var minify = require('./utils/Minify');
|
||||
|
||||
exports.expressServer = function (hook_name, args, cb) {
|
||||
//serve minified files
|
||||
args.app.get('/minified/:filename', minify.minifyJS);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue