Closed vesse closed 12 years ago
require('fs')
req.set
req.setHeader
assetFingerprint
global
options
cache
debug
console.log
set_expires_headers
Expires
Cache-Control
Many of these improvements were added to the latest version 0.4.2. If you want to request additional functionality, please open a separate issue. Thanks for your help and for posting this pull request!
require('fs')
(fixes #1)req.set
if it exists, otherwise usereq.setHeader
(support new nodejs versions)assetFingerprint
toglobal
context so it actually works from Jadeoptions
hash with the following possible options:cache
: the cache strategy object (formerly the only optional parameter)debug
: turn on the (only)console.log
lineset_expires_headers
: set to false to disableExpires
andCache-Control
headers