Fix jQuery path
This commit is contained in:
parent
2b39e03d02
commit
1b6033f491
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue