Compiler Options

Everything else that doesn't fall into one of the other categories.
kirkkaf13
Posts: 3
Joined: Sat Feb 29, 2020 12:20 am

Compiler Options

Post 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.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: Compiler Options

Post by Fred »

Looks good. You might want enable the debugger as well (-d).
Post Reply