JavaScript for WordPress Forums Gutenberg Development installation problem Reply To: installation problem

#54145
Zac Gordon
Keymaster

So webpack is taking all of your JS and CSS and compiling them into a few files in your assets folder. So, you will need all of the compiled files for sure. Likely the only files you do not need are the ones in the blocks folder.

To know for certain, look at what css and JS files the plugin enqueues and include them.

Hope that helps 🙂


In the future could you please open new forum threads if you have different questions so they’re easier to find and keep track of. Thanks!