#59197 closed defect (bug) (fixed)
`npm run build:dev` creates CSS files in the blocks folder of an SVN checkout.
| Reported by: | peterwilsoncc | Owned by: | peterwilsoncc |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3.2 |
| Component: | Editor | Version: | 6.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description (last modified by )
After running npm run build:dev on trunk and the 6.3 branch, a number of uncommitted CSS files are created that are not required for commit.
I think the props list for SVN needs to be updated to ignore the files. After running the command, svn status shows:
$ svn status ? src/wp-includes/blocks/details/editor-rtl.css ? src/wp-includes/blocks/details/editor-rtl.min.css ? src/wp-includes/blocks/details/editor.css ? src/wp-includes/blocks/details/editor.min.css ? src/wp-includes/blocks/details/style-rtl.css ? src/wp-includes/blocks/details/style-rtl.min.css ? src/wp-includes/blocks/details/style.css ? src/wp-includes/blocks/details/style.min.css ? src/wp-includes/blocks/footnotes/style-rtl.css ? src/wp-includes/blocks/footnotes/style-rtl.min.css ? src/wp-includes/blocks/footnotes/style.css ? src/wp-includes/blocks/footnotes/style.min.css
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 56463: