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:
authorJacob Thornton <jacobthornton@gmail.com>2012-12-10 13:02:50 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-12-10 13:02:50 +0400
commitd0ddc9aa1559742160910a7d676789055cd69295 (patch)
treedceef8e6085a0cb20ddefccaae414b968adc9b23
parent48227e1a68e086bda7ff21bc9a56412d4cd8399e (diff)
debugger info
-rw-r--r--lib/css.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/css.js b/lib/css.js
index 04cb00c..dc2fc52 100644
--- a/lib/css.js
+++ b/lib/css.js
@@ -135,6 +135,8 @@ function css(params, callback) {
result += generateCustomCSS(params)
result += CACHE['mixins.less']
+ console.log('-----------------------------------\n\n' + CACHE['mixins.less'] + '\n\n---------------------------------')
+
params.css.forEach(function (filename) {
result += CACHE[filename]
})