pad.pub0.org/doc/jsdoc/utils/Minify.md

17 lines
366 B
Markdown
Raw Normal View History

2011-07-30 16:15:45 +00:00
# utils/
`require("./utils/Minify");`
2011-05-29 20:30:56 +00:00
2011-05-30 14:53:11 +00:00
This Module manages all /minified/* requests. It controls the
minification && compression of Javascript and CSS.
2011-05-29 20:30:56 +00:00
2011-05-30 14:53:11 +00:00
## Functions
2011-05-29 20:30:56 +00:00
2011-05-30 15:05:42 +00:00
- - -
2011-07-30 16:15:45 +00:00
### minifyJS (req, res, jsFilename)
creates the minifed javascript for the given minified name
2011-05-29 20:30:56 +00:00
2011-05-30 14:53:11 +00:00
* **req** the Express request
* **res** the Express response
2011-07-30 16:15:45 +00:00
* **jsFilename** *No description*
2011-05-29 20:30:56 +00:00