mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
298 B
298 B
minify
require("./minify");
This Module manages all /minified/* requests. It controls the minification && compression of Javascript and CSS.
Functions
padJS (req, res)
Answers a http request for the pad javascript
- req the Express request
- res the Express response