Comparing version 0.1.1 to 0.1.2
0.1.2 / 2011-12-27 | ||
================== | ||
* connect 1.8.x setHeader compatibility | ||
0.1.1 / 2011-11-02 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -5,3 +5,3 @@ /** | ||
exports.version = '0.1.1'; | ||
exports.version = '0.1.2'; | ||
@@ -8,0 +8,0 @@ exports.glossary = require('./glossary'); |
@@ -5,5 +5,5 @@ | ||
folio.compile(function(err, content) { | ||
res.header('Content-Type', 'text/javascript'); | ||
res.header('Cache-Control', 'max-age=' + (folio.cache || 0)); | ||
res.send(content); | ||
res.setHeader('Content-Type', 'text/javascript'); | ||
res.setHeader('Cache-Control', 'max-age=' + (folio.cache || 0)); | ||
res.write(content); | ||
}); | ||
@@ -10,0 +10,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Asset aggregation and browserfication.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
19236
12