minify helper isnt needed anymore

This commit is contained in:
Patrick Pfeiffer 2012-01-21 11:46:51 +01:00
parent dce5227e42
commit 1e71d41b5f

View file

@ -35,11 +35,6 @@ var os = require('os');
var TAR_PATH = path.join(__dirname, 'tar.json');
var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
module.exports = function(opts) {
settings = opts;
return exports;
}
/**
* creates the minifed javascript for the given minified name
* @param req the Express request