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-08-21 03:49:21 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-08-21 03:49:21 +0400
commit4e0504726279268a5e373d6b30a79a320ec3f8b0 (patch)
tree5a0bd27577800daf013d0c4893200652216074f9
parent5ba014bf6f8bc5f1825d7fd469d3e05976aeb75e (diff)
2.1.0
-rw-r--r--lib/css.js2
-rw-r--r--lib/js.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/css.js b/lib/css.js
index 1e66a41..ec69c02 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.4\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.1.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"
, 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"
diff --git a/lib/js.js b/lib/js.js
index b9c53b7..2c70b96 100644
--- a/lib/js.js
+++ b/lib/js.js
@@ -24,6 +24,7 @@ var uglifyJS = require('uglify-js')
, https = require('https')
, CACHE = {}
, FILES = [ "bootstrap-transition.js"
+ , "bootstrap-affix.js"
, "bootstrap-modal.js"
, "bootstrap-dropdown.js"
, "bootstrap-scrollspy.js"