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:
Diffstat (limited to 'lib/css.js')
-rw-r--r--lib/css.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/css.js b/lib/css.js
index 2d0bbd5..fee6661 100644
--- a/lib/css.js
+++ b/lib/css.js
@@ -23,8 +23,8 @@ var path = require('path')
, https = require('https')
, less = require('less')
, CACHE = {}
- , TAG = "v2.3.0"
- , CW = "/*!\n * Bootstrap v2.3.0\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"
+ , TAG = "v2.3.1"
+ , CW = "/*!\n * Bootstrap v2.3.1\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. You've likely entered an invalid input into the less variable field. Check your syntax and try again!\n\n thanks!\n\n"
, FILES = [ // CSS Reset
"reset.less"