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>2013-03-01 09:25:17 +0400
committerfat <jacobthornton@gmail.com>2013-03-01 09:25:17 +0400
commit6cebb0640c671357a5a42edf9b9cede3dd1ea341 (patch)
tree842e54de24f6a5677e68165cb57ddf427c5db2e0
parent9a5de65758693e53272db1e559cf1288f4043066 (diff)
2.3.1
-rw-r--r--lib/css.js4
-rw-r--r--lib/img.js2
-rw-r--r--lib/js.js2
3 files changed, 4 insertions, 4 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"
diff --git a/lib/img.js b/lib/img.js
index d53bd1b..e17d63e 100644
--- a/lib/img.js
+++ b/lib/img.js
@@ -21,7 +21,7 @@
var path = require('path')
, https = require('https')
- , TAG = 'v2.3.0'
+ , TAG = 'v2.3.1'
, CACHE = {}
, FILES = [ 'glyphicons-halflings.png'
, 'glyphicons-halflings-white.png' ]
diff --git a/lib/js.js b/lib/js.js
index 07f4b08..d05914a 100644
--- a/lib/js.js
+++ b/lib/js.js
@@ -22,7 +22,7 @@
var uglifyJS = require('uglify-js')
, path = require('path')
, https = require('https')
- , TAG = 'v2.3.0'
+ , TAG = 'v2.3.1'
, CACHE = {}
, FILES = [ "bootstrap-transition.js"
, "bootstrap-affix.js"