From 1e71d41b5f38b434b2a58806ab69b25e4e631d1b Mon Sep 17 00:00:00 2001 From: Patrick Pfeiffer Date: Sat, 21 Jan 2012 11:46:51 +0100 Subject: [PATCH] minify helper isnt needed anymore --- node/utils/Minify.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/node/utils/Minify.js b/node/utils/Minify.js index 4cf3a5c39..2055761f7 100755 --- a/node/utils/Minify.js +++ b/node/utils/Minify.js @@ -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