Skip to content

Commit

Permalink
Update build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauheni Kapliarchuk authored and Yauheni Kapliarchuk committed Jul 11, 2023
1 parent 4b92d37 commit 83cf89f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ module.exports = function (grunt) {
sassFiles[`cdn/<%= major_version %>/<%= version %>/css/main-${themeName}.css`] = `source/css/main-${themeName}.scss`
}

sassFiles[`cdn/<%= major_version %>/<%= version %>/css/wp-editor.css`] = `source/css/wp-editor.scss`

grunt.initConfig({
pkg: pkg,
version: version,
Expand Down

0 comments on commit 83cf89f

Please sign in to comment.