Fixing some issues and rebuild
This commit is contained in:
parent
b026c35106
commit
d381a39b58
|
@ -224,7 +224,7 @@ gulp.task('clean-source', function () {
|
|||
// Copy all needed dependency assets files from bower_component assets to themes /js, /scss and /fonts folder. Run this task after bower install or bower update
|
||||
|
||||
////////////////// All Bootstrap SASS Assets /////////////////////////
|
||||
gulp.task('copy-assets' function() {
|
||||
gulp.task('copy-assets', function() {
|
||||
|
||||
////////////////// All Bootstrap 4 Assets /////////////////////////
|
||||
// Copy all JS files
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
@import "../../src/sass/underscores/media/galleries";
|
||||
@import "../../src/sass/underscores/galleries";
|
||||
|
|
Reference in New Issue