Skip to content

Commit

Permalink
update package/gulp to match parent theme v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bacoords committed Jun 17, 2021
1 parent 6c7e032 commit 2d9b277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ gulp.task( 'minifycss', function() {
return gulp
.src( [
paths.css + '/custom-editor-style.css',
paths.css + '/theme.css',
paths.css + '/child-theme.css',
] )
.pipe(
sourcemaps.init( {
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.2.9",
"understrap": "git://github.com/understrap/understrap"
"understrap": "^0.9.6"
}
}

0 comments on commit 2d9b277

Please sign in to comment.