Skip to content

Commit

Permalink
Update to 0.5.0
Browse files Browse the repository at this point in the history
Bootstrap 4.0 final update
  • Loading branch information
holger1411 committed Feb 3, 2018
1 parent 41e0065 commit dc30ee7
Show file tree
Hide file tree
Showing 40 changed files with 1,142 additions and 1,205 deletions.
1,200 changes: 563 additions & 637 deletions css/child-theme.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.

4 changes: 0 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ gulp.task('copy-assets', function() {
gulp.src(basePaths.node + 'font-awesome/scss/*.scss')
.pipe(gulp.dest(basePaths.dev + '/sass/fontawesome'));

// Copy jQuery
gulp.src(basePaths.node + 'jquery/dist/*.js')
.pipe(gulp.dest(basePaths.js));

// _s SCSS files
gulp.src(basePaths.node + 'undescores-for-npm/sass/**/*.scss')
.pipe(gulp.dest(basePaths.dev + '/sass/underscores'));
Expand Down
Loading

0 comments on commit dc30ee7

Please sign in to comment.