dependency update
This commit is contained in:
parent
ee4604de57
commit
0d90be85dd
@ -59,7 +59,7 @@ gulp.task('copy', function() {
|
|||||||
gulp.src(['node_modules/jquery/dist/jquery.js', 'node_modules/jquery/dist/jquery.min.js'])
|
gulp.src(['node_modules/jquery/dist/jquery.js', 'node_modules/jquery/dist/jquery.min.js'])
|
||||||
.pipe(gulp.dest('lib/jquery'))
|
.pipe(gulp.dest('lib/jquery'))
|
||||||
|
|
||||||
gulp.src(['node_modules/tether/dist/js/tether.js', 'node_modules/tether/dist/js/tether.min.js'])
|
gulp.src(['node_modules/tether/dist/js/*.js'])
|
||||||
.pipe(gulp.dest('lib/tether'))
|
.pipe(gulp.dest('lib/tether'))
|
||||||
|
|
||||||
gulp.src([
|
gulp.src([
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Closes the Responsive Menu on Menu Item Click
|
// Closes the Responsive Menu on Menu Item Click
|
||||||
$('#navbarResponsive>ul>li>a').click(function() {
|
$('.navbar-collapse>ul>li>a').click(function() {
|
||||||
$('#navbarResponsive').collapse('hide');
|
$('.navbar-collapse').collapse('hide');
|
||||||
});
|
});
|
||||||
|
|
||||||
// jQuery to collapse the navbar on scroll
|
// jQuery to collapse the navbar on scroll
|
||||||
|
2
js/agency.min.js
vendored
2
js/agency.min.js
vendored
@ -3,4 +3,4 @@
|
|||||||
* Copyright 2013-2017 Start Bootstrap
|
* Copyright 2013-2017 Start Bootstrap
|
||||||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
|
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
|
||||||
*/
|
*/
|
||||||
!function(a){"use strict";a("a.page-scroll").bind("click",function(n){var s=a(this);a("html, body").stop().animate({scrollTop:a(s.attr("href")).offset().top-54},1250,"easeInOutExpo"),n.preventDefault()}),a("body").scrollspy({target:"#mainNav",offset:54}),a("#navbarResponsive>ul>li>a").click(function(){a("#navbarResponsive").collapse("hide")}),a(window).scroll(function(){a("#mainNav").offset().top>100?a("#mainNav").addClass("navbar-shrink"):a("#mainNav").removeClass("navbar-shrink")})}(jQuery);
|
!function(a){"use strict";a("a.page-scroll").bind("click",function(n){var o=a(this);a("html, body").stop().animate({scrollTop:a(o.attr("href")).offset().top-54},1250,"easeInOutExpo"),n.preventDefault()}),a("body").scrollspy({target:"#mainNav",offset:54}),a(".navbar-collapse>ul>li>a").click(function(){a(".navbar-collapse").collapse("hide")}),a(window).scroll(function(){a("#mainNav").offset().top>100?a("#mainNav").addClass("navbar-shrink"):a("#mainNav").removeClass("navbar-shrink")})}(jQuery);
|
@ -19,8 +19,8 @@
|
|||||||
"gulp-rename": "^1.2.2",
|
"gulp-rename": "^1.2.2",
|
||||||
"gulp-sass": "^2.3.2",
|
"gulp-sass": "^2.3.2",
|
||||||
"gulp-uglify": "^1.5.4",
|
"gulp-uglify": "^1.5.4",
|
||||||
"jquery": "^3.0.0",
|
"jquery": "^3.1.1",
|
||||||
"tether": "^1.3.8"
|
"tether": "^1.4.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user