gulpfile.js: remove jquery
This commit is contained in:
parent
c3897730fa
commit
724a302c47
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ var config = {
|
||||||
},
|
},
|
||||||
js: {
|
js: {
|
||||||
src: [
|
src: [
|
||||||
'node_modules/jquery/dist/jquery.js',
|
|
||||||
'node_modules/@popperjs/core/dist/umd/popper.js',
|
'node_modules/@popperjs/core/dist/umd/popper.js',
|
||||||
// Bootstrap
|
// Bootstrap
|
||||||
'node_modules/bootstrap/dist/js/bootstrap.js',
|
'node_modules/bootstrap/dist/js/bootstrap.js',
|
||||||
|
|
|
||||||
Reference in a new issue