Removed old jquery CDN and added a more accessible CDN
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
4b6f915798
commit
56942928a0
@ -19,7 +19,7 @@ import { cssToHtml, jsToHtml, concatHtml } from '../rechallenge/builders.js';
|
|||||||
import { createFileStream, pipe } from './polyvinyl';
|
import { createFileStream, pipe } from './polyvinyl';
|
||||||
|
|
||||||
const jQuery = {
|
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 = {
|
const frameRunner = {
|
||||||
src: '/js/frame-runner.js',
|
src: '/js/frame-runner.js',
|
||||||
|
Reference in New Issue
Block a user