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