3.5 What is the build folder?
So what is the build folder all about? It honestly isn't that complex,
once you are done with developing your simulation and are happy with the
way it is working, the next thing you might be tempted to do is to put
the html
file online.
However, theĀ newton-raphson_en.html
file we have been using for the
development process is not a solo file that can be put online and
expected to work. Instead we have to build a singular html file with all
the packages and modules that are being used for making this simulation
work.
All the build files are stored in the build folder. (To learn how to build your simulation, see Compiling the code and developing a build file)