This is duplicated by the contents of static.

This commit is contained in:
Chad Weider 2012-03-10 14:36:54 -08:00
parent 7b518eeb2d
commit ee312672d3
2 changed files with 0 additions and 7 deletions

View file

@ -1,6 +0,0 @@
var minify = require('../../utils/Minify');
exports.expressCreateServer = function (hook_name, args, cb) {
//serve minified files
args.app.get(/^\/minified\/(.*)/, minify.minifyJS);
}