mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
@@ -9,13 +9,14 @@ module.exports = function(grunt) {
|
|||||||
'* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
|
'* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
|
||||||
'* <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
|
'* <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
|
||||||
'*/\n',
|
'*/\n',
|
||||||
|
jqueryCheck: 'if (!jQuery) { throw new Error(\"Bootstrap requires jQuery\") }\n\n',
|
||||||
// Task configuration.
|
// Task configuration.
|
||||||
clean: {
|
clean: {
|
||||||
dist: ['dist']
|
dist: ['dist']
|
||||||
},
|
},
|
||||||
concat: {
|
concat: {
|
||||||
options: {
|
options: {
|
||||||
banner: '<%= banner %>',
|
banner: '<%= banner %><%= jqueryCheck %>',
|
||||||
stripBanners: false
|
stripBanners: false
|
||||||
},
|
},
|
||||||
bootstrap: {
|
bootstrap: {
|
||||||
|
2
dist/js/bootstrap.js
vendored
2
dist/js/bootstrap.js
vendored
@@ -3,6 +3,8 @@
|
|||||||
* Copyright 2013 Twitter Inc.
|
* Copyright 2013 Twitter Inc.
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*/
|
*/
|
||||||
|
if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: transition.js v3.0.0
|
* Bootstrap: transition.js v3.0.0
|
||||||
* http://twbs.github.com/bootstrap/javascript.html#transitions
|
* http://twbs.github.com/bootstrap/javascript.html#transitions
|
||||||
|
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user