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
path: root/lib/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/js.js')
-rw-r--r--lib/js.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/js.js b/lib/js.js
index d05914a..373ba00 100644
--- a/lib/js.js
+++ b/lib/js.js
@@ -1,8 +1,8 @@
// ========================================================================
// bootstrap-server v1.0.0
-// http://twitter.github.com/bootstrap
+// http://twbs.github.com/bootstrap
// ========================================================================
-// Copyright 2012 Twitter, Inc.
+// Copyright 2013 Twitter, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -49,7 +49,7 @@ function cache() {
, options = {
host: 'raw.github.com'
, port: 443
- , path: path.join('/twitter/bootstrap/', TAG, '/js/', filename)
+ , path: path.join('/twbs/bootstrap/', TAG, '/js/', filename)
, method: 'GET'
}
@@ -82,7 +82,7 @@ function js(params, callback) {
try {
min = uglify(content, params.js)
} catch (e) {
- min = 'Error minifying source - please open issue on http://github.com/twitter/bootstrap! thank you :)'
+ min = 'Error minifying source - please open issue on http://github.com/twbs/bootstrap! thank you :)'
}
callback(null, {
@@ -101,7 +101,7 @@ function uglify(input, names) {
result = '/**\n'
+ '* Bootstrap.js by @fat & @mdo\n'
+ '* plugins: ' + names.join(', ') + '\n'
- + '* Copyright 2012 Twitter, Inc.\n'
+ + '* Copyright 2013 Twitter, Inc.\n'
+ '* http://www.apache.org/licenses/LICENSE-2.0.txt\n'
+ '*/\n'