mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
16 lines
366 B
Markdown
16 lines
366 B
Markdown
# 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*
|
|
|