What is the best way to build typescripts and uplo...
# suitescript
k
What is the best way to build typescripts and upload the resulting javascripts to NS?
s
I just use the SDF plugin and/or CLI, or just the FileCabinet UI. as for building, I use Webstorm which constantly builds silently behind the scenes so I never have to think about it. I read/write the .TS and push the .JS whenever.
k
Yeah, I'd rather use Webstorm as well, but my new job is a Microsoft shop from top to bottom. Gotta find a way to do this in VS Code
s
for what it's worth, if I weren't using Webstorm I'd be using VSCode instead.
k
Hi Michoel, I'll try that, thanks!