Fix jQuery path

This commit is contained in:
Oliver Davies 2017-06-18 18:13:14 +01:00
parent 0d8e40e132
commit c8462b5053

View file

@ -64,7 +64,7 @@ gulp.task('styles', function () {
gulp.task('scripts', function () { gulp.task('scripts', function () {
return gulp.src([ return gulp.src([
'node_modules/jquery2/jquery.js', 'node_modules/jquery/dist/jquery.js',
'node_modules/bootstrap-sass/assets/javascripts/bootstrap.js', 'node_modules/bootstrap-sass/assets/javascripts/bootstrap.js',
'node_modules/prism/prism.js', 'node_modules/prism/prism.js',
'node_modules/prism/components/prism-{apacheconf,bash,css,diff,ini,json,nginx,php,sass,scss,sql,less,twig,xml,yaml}.js', 'node_modules/prism/components/prism-{apacheconf,bash,css,diff,ini,json,nginx,php,sass,scss,sql,less,twig,xml,yaml}.js',