folders
Opened this issue · 2 comments
distributev commented
luismanuel001 commented
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.
distributev commented
Great. I forgot this detail about the 2 bin folders. Don't change anything there. It makes sense the way it is now.