Add bs4 assets for Bootstrap4 branch
This commit is contained in:
parent
4d472ca8c2
commit
65012ff20e
|
@ -57,7 +57,7 @@ gulp.task('cleancss', function() {
|
||||||
// Uglifies and concat all JS files into one
|
// Uglifies and concat all JS files into one
|
||||||
gulp.task('scripts', function() {
|
gulp.task('scripts', function() {
|
||||||
gulp.src([
|
gulp.src([
|
||||||
basePaths.dev + 'js/bootstrap3/bootstrap.min.js', //<--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
basePaths.dev + 'js/bootstrap4/bootstrap.min.js', //<--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
||||||
basePaths.dev + 'js/owl.carousel.min.js',
|
basePaths.dev + 'js/owl.carousel.min.js',
|
||||||
basePaths.dev + 'js/skip-link-focus-fix.js'
|
basePaths.dev + 'js/skip-link-focus-fix.js'
|
||||||
])
|
])
|
||||||
|
|
|
@ -30,7 +30,7 @@ Import all needed 3rd party sass files plus your own style and variables
|
||||||
|
|
||||||
// @import "../bower_components/_s/sass/style";
|
// @import "../bower_components/_s/sass/style";
|
||||||
@import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
|
@import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
|
||||||
@import "../src/sass/bootstrap3/bootstrap";// <--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
@import "../src/sass/bootstrap4/bootstrap";// <--------- Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
|
||||||
@import "understrap/understrap";
|
@import "understrap/understrap";
|
||||||
@import "../src/sass/fontawesome/font-awesome";
|
@import "../src/sass/fontawesome/font-awesome";
|
||||||
@import "../src/sass/owl-carousel2/owl.carousel";
|
@import "../src/sass/owl-carousel2/owl.carousel";
|
||||||
|
|
Reference in New Issue