app.js is the way the websites served. It serves the content inside EspruinoDocs/html. This file includes all the files that got generated from the markdown modules.
Now the the javascript modules are in. So they they never get served up from the server.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So this is my current understanding
app.js is the way the websites served. It serves the content inside EspruinoDocs/html. This file includes all the files that got generated from the markdown modules.
Now the the javascript modules are in. So they they never get served up from the server.
So i changed the location
and now the ide will grab the files it just doesn't use it?
So i can see from the server it serves the files.
//terminal from app start
returning: /modules/BH1792.min.js
returning: /modules/BH1792.js
but from the ide perspective i still get.
"Module BH1792 not found"