Why is there no dist folder? #7349
Unanswered
peterwesterlund
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to learn about how to develop with node.js, webpack, composer etc. And wanna learn the best practice for WordPress development. So since I have been working a lot with Sensei LMS lately I've been looking around a lot in this plugin's codes and file structure. I have a lot to learn since things doesn't really make sence to me still. For example why the production folder is called "dist" here when the WordPress Coding Standard seems to be "build" and is what @wordpress/scripts and others are looking for. Then also why the dist folder is inside the assets folder. If anyone know any good course where I can learn how to develop for wordpress with best practices of workflow with node, composer etc, please let me know. I have tried to search for a good and updated guide at Udemy, but haven't really found one that feels good.
Anyway, my question now; why isn't the dist folder in the file structure here in the github repo?
Beta Was this translation helpful? Give feedback.
All reactions