From 80d3f24d9f858ef5465f4e98020a7bad7afae6da Mon Sep 17 00:00:00 2001 From: fat Date: Wed, 19 Dec 2012 18:50:20 -0800 Subject: lol spaces lol --- index.js | 2 -- lib/css.js | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.js b/index.js index 7904476..a835421 100644 --- a/index.js +++ b/index.js @@ -17,8 +17,6 @@ // limitations under the License. // ======================================================================== - - "use strict" var express = require('express') diff --git a/lib/css.js b/lib/css.js index 04cb00c..7d84062 100644 --- a/lib/css.js +++ b/lib/css.js @@ -113,7 +113,7 @@ function cache(callback) { res.on('end', function () { - _cache[filename] = content.join(' ') + _cache[filename] = content.join('') if (++complete == FILES.length) { CACHE = _cache @@ -128,7 +128,6 @@ function cache(callback) { } function css(params, callback) { - var result = '' result += CACHE['variables.less'] @@ -156,7 +155,6 @@ function css(params, callback) { } catch (err) { callback(null, {'css/error.txt': new Buffer(ERROR + '\n' + JSON.stringify(err), 'utf8')}) } - } function generateCustomCSS (params) { -- cgit v1.2.3