gitbucket-explorer-plugin
gitbucket-explorer-plugin copied to clipboard
Move React Code
Please move React Code from /scripts to something like /src/main/js.
Thank you.
Why do we need to move these files? Is it the standard location of React? (I'm sorry, I am not so familiar with React)
Is it the standard location of React?
It's the standard location for JS "sources" in general for Maven(Gradle/SBT/etc) based projects.