mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
366 B
366 B
utils/
require("./utils/Minify");
This Module manages all /minified/* requests. It controls the minification && compression of Javascript and CSS.
Functions
minifyJS (req, res, jsFilename)
creates the minifed javascript for the given minified name
- req the Express request
- res the Express response
- jsFilename No description