Spider IDE to support pure JS/HTML projects
Posted: Mon Mar 20, 2017 8:03 am
As Fred has done an excellent job of integrating all the components required to generate an *.apk it seems to me there may be developers that would like the SpiderBasic IDE but may not necessarily be interested in coding in Basic. This could be even more so now SpiderBasic is migrating to Cordova which is more widely used and has a lot of output targets - Android, FireOS, iOS, Ubuntu, WebOS and Windows. I think it might be a good idea for the Spider IDE to directly support pure HTML/JS projects.
I believe the generation of an *.apk is already a two step process:
1) compile SpiderBasic code to HTML/JS
2) package HTML/JS and framework into an *.apk
So it could be implemented as: If the project doesn't contain any *.sb files then skip step 1.
I believe the generation of an *.apk is already a two step process:
1) compile SpiderBasic code to HTML/JS
2) package HTML/JS and framework into an *.apk
So it could be implemented as: If the project doesn't contain any *.sb files then skip step 1.