Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Sigh bad config initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Feb 17, 2012
1 parent 09c4ee2 commit 48f449c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/connect-cachify.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports.setup = function (assets, options) {
opts.prefix = opts.prefix.slice(1);
}
if (options.control_headers === undefined) {
opts.production = false;
opts.control_headers = false;
}
if (options.debug === undefined) {
opts.debug = false;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "connect-cachify",
"description": "Connect middleware to provide easy frontend caching.",
"keywords": ["cache", "HTTP", "expires", "asset", "max-age", "caching"],
"version": "0.0.7",
"version": "0.0.8",
"homepage": "http://github.com/mozilla/connect-cachify",
"repository": {
"type": "git",
Expand Down

0 comments on commit 48f449c

Please sign in to comment.