Page 1 of 1

Compiler Options

Posted: Tue Dec 01, 2020 6:27 pm
by kirkkaf13
Hello,

I am not very productive in any editor which doesn't support VIM key bindings so I am not using the default IDE provided with SB. For that reason I have been looking at compiling my source code outside of the IDE and hosting the project locally with npm httpserver module.

Currently I have the following compiler command:

Code: Select all

sbcompiler Test.sb -o index.html -js app.js -cl ./
Is there anything else I should consider when compiling by code for development?

Thanks.

Re: Compiler Options

Posted: Wed Dec 09, 2020 9:33 am
by Fred
Looks good. You might want enable the debugger as well (-d).