Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47749, comment 5


Ignore:
Timestamp:
07/22/2019 07:42:56 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47749, comment 5

    initial v1  
    1 Was looking a bit more at what we "grunt clean" and why:
     1Was looking a bit more at what "grunt clean" does and why:
    22- `clean:files` cleans everything from `/build`. Wondering if there's need to separately clean /js and /css there.
    33- 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.