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-04-24 13:19:41 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-24 13:19:41 +0400
commitd088c29b648b06ff743bd57f009796c24f1a09b5 (patch)
tree51c62d6ce4610e7aa739d38abebef2cb1a839fc2
parent157632ef48d5e6bd4b667802f535c02e3bca91b0 (diff)
2.0.2 -> 2.0.3
-rw-r--r--lib/css.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/css.js b/lib/css.js
index dc55c4b..0f6a0d3 100644
--- a/lib/css.js
+++ b/lib/css.js
@@ -24,7 +24,7 @@ var path = require('path')
, less = require('less')
, CACHE = {}
, BRANCH = "master"
- , CW = "/*!\n * Bootstrap v2.0.2\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n"
+ , CW = "/*!\n * Bootstrap v2.0.3\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n"
, ERROR = "A less error occured trying to build your bundle. Please paste the error below in an issue for us at http://github.com/twitter/bootsrap! thanks!\n\n"
, FILES = [ "variables.less"
, "mixins.less"