Skip to content

Commit

Permalink
update to 0.4.0 with BS4 Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed Jan 3, 2018
1 parent ce81980 commit 41e0065
Show file tree
Hide file tree
Showing 105 changed files with 8,365 additions and 1,602 deletions.
1,733 changes: 871 additions & 862 deletions css/child-theme.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/child-theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/child-theme.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ gulp.task('copy-assets', function() {

////////////////// All Bootstrap 4 Assets /////////////////////////
// Copy all Bootstrap JS files
//gulp.src(basePaths.node + 'bootstrap/dist/js/**/*.js')
// .pipe(gulp.dest(basePaths.dev + '/js/bootstrap4'));
gulp.src(basePaths.node + 'bootstrap/dist/js/**/*.js')
.pipe(gulp.dest(basePaths.dev + '/js/bootstrap4'));

// Copy all Bootstrap SCSS files
//gulp.src(basePaths.node + 'bootstrap/scss/**/*.scss')
// .pipe(gulp.dest(basePaths.dev + '/sass/bootstrap4'));
gulp.src(basePaths.node + 'bootstrap/scss/**/*.scss')
.pipe(gulp.dest(basePaths.dev + '/sass/bootstrap4'));
////////////////// End Bootstrap 4 Assets /////////////////////////

// Copy all UnderStrap SCSS files
Expand Down
Loading

0 comments on commit 41e0065

Please sign in to comment.