Merge pull request #468 from cweider/minify-simplify

Minify Simplification
This commit is contained in:
Peter 'Pita' Martischka 2012-02-27 10:00:18 -08:00
commit 611cfbd6fa
9 changed files with 411 additions and 263 deletions

View file

@ -56,6 +56,11 @@ exports.requireSession = false;
*/
exports.editOnly = false;
/**
* Max age that responses will have (affects caching layer).
*/
exports.maxAge = 1000*60*60*6; // 6 hours
/**
* A flag that shows if minification is enabled or not
*/