Archived
1
0
Fork 0

gulpfile.js: update to build with bootstrap 5.2.0

This commit is contained in:
Henrik Hautakoski 2022-07-31 23:18:38 +02:00
parent 20654bb3f0
commit 351562f36b

View file

@ -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',