Removed old jquery CDN and added a more accessible CDN

This commit is contained in:
Jason Rivera
2018-07-11 23:37:51 -05:00
committed by Mrugesh Mohapatra
parent 4b6f915798
commit 56942928a0

View File

@ -19,7 +19,7 @@ import { cssToHtml, jsToHtml, concatHtml } from '../rechallenge/builders.js';
import { createFileStream, pipe } from './polyvinyl';
const jQuery = {
src: 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'
src: 'https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js'
};
const frameRunner = {
src: '/js/frame-runner.js',