Compiler Options
Posted: Tue Dec 01, 2020 6:27 pm
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:
Is there anything else I should consider when compiling by code for development?
Thanks.
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 ./
Thanks.