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>2012-10-30 08:36:07 +0400
committerfat <jacobthornton@gmail.com>2012-10-30 08:36:07 +0400
commitb87763e91fd7d4535cca5fb7608f2078f5a2d8ac (patch)
treeb4e29ba3495821e2b41fd695ba70242907a86176
parent9b6ee46239581f8936430565d182d2a3fd0ee8cf (diff)
fix css.js for 2.2.0
-rw-r--r--lib/css.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/css.js b/lib/css.js
index 147a49b..a5f0d28 100644
--- a/lib/css.js
+++ b/lib/css.js
@@ -24,8 +24,8 @@ var path = require('path')
, less = require('less')
, CACHE = {}
, BRANCH = "master"
- , CW = "/*!\n * Bootstrap v2.1.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. Please paste the error below in an issue for us at http://github.com/twitter/bootstrap! thanks!\n\n"
+ , CW = "/*!\n * Bootstrap v2.2.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. You've likely entered an invalid input into the less variable field. Check your syntax and try again!\n\n thanks!\n\n"
, FILES = [ "variables.less"
, "mixins.less"
, "reset.less"
@@ -58,6 +58,7 @@ var path = require('path')
, "wells.less"
, "close.less"
, "utilities.less"
+ , "media.less"
, "component-animations.less"
, "responsive-1200px-min.less"
, "responsive-767px-max.less"