ClassicPress / wp-cms-experimental

ClassicPress v2.0 can be found here: https://github.com/ClassicPress/ClassicPress-v2
https://github.com/ClassicPress/ClassicPress-v2
2 stars 0 forks source link

Generated CSS/JS #40

Open viktorix opened 1 year ago

viktorix commented 1 year ago

As I'm removing minified files that will be generated during build, I noticed there are some directories with files that are missing from src directory in WP-CMS. They are most likely generated during build. This is a place to keep track of them:

viktorix commented 1 year ago

Removed \src\wp-includes\css\dist\ in PR #42, no errors were observed anywhere in my tests.

mattyrob commented 1 year ago

As part of this piece of work we also need to figure out what we need and what we can drop, from the extensive list of files that are built upstream in Gruntfile.js as well as all of the files here:

https://github.com/WordPress/wordpress-develop/tree/trunk/tools/webpack

We will also need to work out how we bundle and maintain the files we need to keep.