mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
updated documentation
This commit is contained in:
parent
f1d06c55b4
commit
0772f6bb4e
16 changed files with 188 additions and 20 deletions
16
doc/jsdoc/utils/Minify.md
Normal file
16
doc/jsdoc/utils/Minify.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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*
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue