format package.json

This commit is contained in:
David Miller 2017-03-15 12:23:51 -04:00
parent 8712cbfed7
commit bf91fc05cd
4 changed files with 30 additions and 30 deletions

View File

@ -675,7 +675,7 @@
<script src="js/jqBootstrapValidation.js"></script> <script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script> <script src="js/contact_me.js"></script>
<!-- Cusotm JavaScript for this theme --> <!-- Custom JavaScript for this theme -->
<script src="js/agency.min.js"></script> <script src="js/agency.min.js"></script>
</body> </body>

View File

@ -4,7 +4,7 @@
"use strict"; // Start of use strict "use strict"; // Start of use strict
// jQuery for page scrolling feature - requires jQuery Easing plugin // jQuery for page scrolling feature - requires jQuery Easing plugin
$('a.page-scroll').bind('click', function(event) { $(document).on('click', 'a.page-scroll', function(event) {
var $anchor = $(this); var $anchor = $(this);
$('html, body').stop().animate({ $('html, body').stop().animate({
scrollTop: ($($anchor.attr('href')).offset().top - 54) scrollTop: ($($anchor.attr('href')).offset().top - 54)

2
js/agency.min.js vendored
View File

@ -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 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); !function(a){"use strict";a(document).on("click","a.page-scroll",function(o){var n=a(this);a("html, body").stop().animate({scrollTop:a(n.attr("href")).offset().top-54},1250,"easeInOutExpo"),o.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);

View File

@ -1,29 +1,29 @@
{ {
"name": "startbootstrap-agency", "name": "startbootstrap-agency",
"title": "Agency", "title": "Agency",
"version": "4.0.0-alpha", "version": "4.0.0-alpha",
"homepage": "http://startbootstrap.com/template-overviews/agency", "homepage": "http://startbootstrap.com/template-overviews/agency",
"author": "Start Bootstrap", "author": "Start Bootstrap",
"license": { "license": {
"type": "MIT", "type": "MIT",
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE" "url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
}, },
"devDependencies": { "devDependencies": {
"bootstrap": "^4.0.0-alpha.6", "bootstrap": "^4.0.0-alpha.6",
"browser-sync": "^2.13.0", "browser-sync": "^2.13.0",
"font-awesome": "^4.6.3", "font-awesome": "^4.6.3",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10", "gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7", "gulp-header": "^1.8.7",
"gulp-less": "^3.1.0", "gulp-less": "^3.1.0",
"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.1.1", "jquery": "^3.1.1",
"tether": "^1.4.0" "tether": "^1.4.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" "url": "https://github.com/BlackrockDigital/startbootstrap-agency.git"
} }
} }