Skip to content

Commit

Permalink
Removed old jquery CDN and added a more accessible CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera1294 authored and Bouncey committed Jul 17, 2018
1 parent a335d27 commit 30b5516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Challenges/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 30b5516

Please sign in to comment.