gulpfile.js: update to build with bootstrap 5.2.0
This commit is contained in:
parent
20654bb3f0
commit
351562f36b
1 changed files with 3 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ var config = {
|
|||
pattern: 'app/assets/sass/**/*.scss',
|
||||
src: 'app/assets/sass/application.scss',
|
||||
opt: {
|
||||
includePaths: [ 'node_modules/bootstrap-sass/assets/stylesheets' ]
|
||||
includePaths: [ 'node_modules' ]
|
||||
},
|
||||
outputDir: 'public/css',
|
||||
outputName: 'application'
|
||||
|
|
@ -22,8 +22,9 @@ var config = {
|
|||
js: {
|
||||
src: [
|
||||
'node_modules/jquery/dist/jquery.js',
|
||||
'node_modules/@popperjs/core/dist/umd/popper.js',
|
||||
// Bootstrap
|
||||
'node_modules/bootstrap-sass/assets/javascripts/bootstrap.js',
|
||||
'node_modules/bootstrap/dist/js/bootstrap.js',
|
||||
// Font Awesome
|
||||
'app/assets/js/font-awesome/regular.js',
|
||||
'app/assets/js/font-awesome/solid.js',
|
||||
|
|
|
|||
Reference in a new issue