Fix jQuery path
This commit is contained in:
parent
0d8e40e132
commit
c8462b5053
|
@ -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',
|
||||||
|
|
Reference in a new issue