Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

WIP: DP-8602: Cleanup third party JS in Mayflower #798

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"child-process-promise": "^2.2.1",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"fitvids": "^2.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
Expand All @@ -43,14 +44,19 @@
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^3.0.0",
"handlebars": "4.0.5",
"jquery": "3.1.0",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.1",
"moment": "2.18.1",
"node-bourbon": "^4.2.8",
"node-neat": "^1.7.2",
"node-normalize-scss": "^3.0.0",
"optimist": "^0.6.1",
"pikaday": "1.5.1",
"svg4everybody": "2.1.9",
"through2": "^2.0.3",
"twig": "^1.11.0",
"undertaker-registry": "^1.0.1"
},
"dependencies": {},
Expand Down
1 change: 1 addition & 0 deletions styleguide/source/_meta/_00-head.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</script>

<script src="../../assets/js/vendor/modernizr.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch,HTMLPictureElement"></script>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
{{ patternLabHead | raw }}
Expand Down
2 changes: 1 addition & 1 deletion styleguide/source/assets/js/modules/responsiveVideo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default function (window,document,$,undefined) {

$('.js-ma-responsive-video').fitVids();
fitvids('.js-ma-responsive-video');

}(window,document,jQuery);
38 changes: 0 additions & 38 deletions styleguide/source/assets/js/vendor/bower.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading