Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2012-12-20 06:50:20 +0400
committerfat <jacobthornton@gmail.com>2012-12-20 06:50:20 +0400
commit80d3f24d9f858ef5465f4e98020a7bad7afae6da (patch)
tree8646b149bee7fbf45d1bdb794135f41497b93bcb
parentdf9e7987167e0b9924f14ade21dc5bb08de6667b (diff)
lol spaces lol <cries>
-rw-r--r--index.js2
-rw-r--r--lib/css.js4
2 files changed, 1 insertions, 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) {