Changes between Initial Version and Version 1 of Ticket #47749, comment 5
- Timestamp:
- 07/22/2019 07:42:56 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47749, comment 5
initial v1 1 Was looking a bit more at what we "grunt clean"and why:1 Was looking a bit more at what "grunt clean" does and why: 2 2 - `clean:files` cleans everything from `/build`. Wondering if there's need to separately clean /js and /css there. 3 3 - Running Webpack when building the js also creates `/src/wp-includes/css/dist`. It needs to be "cleaned" when cleaning the js or it may get deleted after it's created.