distributev/the-app

folders

Opened this issue · 2 comments

There are 2 bin folders because the root /bin folder contains user facing *.bat files while the /_internal/bin folder contains internal files needed to run the user facing *.bat files (ie. *.js files that user wont run directly) so the user facing /bin directory doesn't get polluted with these internal scripts.

Great. I forgot this detail about the 2 bin folders. Don't change anything there. It makes sense the way it is now.