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