Skip to content

Commit

Permalink
version bump, updated to latest core
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Mar 15, 2018
1 parent 513fb95 commit 46e99f0
Show file tree
Hide file tree
Showing 34 changed files with 461 additions and 675 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (grunt) {
jqueryVersionCheck: '+function ($) {\n' +
' var version = $.fn.jquery.split(\' \')[0].split(\'.\');\n' +
' if ((version[0] < 2 && version[1] < 9) || (version[0] === 1 && version[1] === 9 && version[2] < 1) || (version[0] >= 4)) {\n' +
' throw new Error(\'Tempus Dominus Bootstrap3\\\'s requires at least jQuery v1.9.1 but less than v4.0.0\');\n' +
' throw new Error(\'Tempus Dominus Bootstrap3\\\'s requires at least jQuery v3.0.0 but less than v4.0.0\');\n' +
' }\n' +
'}(jQuery);\n\n',
momentCheck: 'if (typeof moment === \'undefined\') {\n' +
Expand Down Expand Up @@ -235,8 +235,8 @@ module.exports = function (grunt) {
grunt.task.run([
'bump_version:' + version,
'build:travis',
'build:docs',
'nugetpack'
'build:docs'//,
//'nugetpack'
]);
});
};
35 changes: 0 additions & 35 deletions bower.json

This file was deleted.

12 changes: 12 additions & 0 deletions build/css/tempusdominus-bootstrap-3-standalone.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*@preserve
* Tempus Dominus Bootstrap3 v5.0.0-alpha10 (https://tempusdominus.github.io/bootstrap-3/)
* Copyright 2016-2018 Jonathan Peterson
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
*/

/*@preserve
* Tempus Dominus Bootstrap3 v5.0.0-alpha9 (https://tempusdominus.github.io/bootstrap-3/)
* Copyright 2016-2018 Jonathan Peterson
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
*/

/*@preserve
* Tempus Dominus Bootstrap3 v5.0.0-alpha8 (https://tempusdominus.github.io/bootstrap-3/)
* Copyright 2016-2017 Jonathan Peterson
Expand Down
4 changes: 2 additions & 2 deletions build/css/tempusdominus-bootstrap-3.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*@preserve
* Tempus Dominus Bootstrap3 v5.0.0-alpha8 (https://tempusdominus.github.io/bootstrap-3/)
* Copyright 2016-2017 Jonathan Peterson
* Tempus Dominus Bootstrap3 v5.0.0-alpha10 (https://tempusdominus.github.io/bootstrap-3/)
* Copyright 2016-2018 Jonathan Peterson
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
*/

Expand Down
4 changes: 2 additions & 2 deletions build/css/tempusdominus-bootstrap-3.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 46e99f0

Please sign in to comment.