Page 1 of 1

Removing SpiderBasic mentions

Posted: Wed Mar 30, 2016 8:05 am
by _Marc_
Hi,

Afaik I can't block users to directly open the .js files (revealed when they view the main site html source). If they open those .js files, they see that I've used SpiderBasic to build the website. Although I love SpiderBasic I would like to mask that information. Is this somehow possible?

Re: Removing SpiderBasic mentions

Posted: Wed Mar 30, 2016 9:26 am
by Fred
you can change the javascript name and the subdirectory name in the 'Export' section of the "Menu -> Compiler -> compiler options..." window

Re: Removing SpiderBasic mentions

Posted: Wed Mar 30, 2016 2:17 pm
by _Marc_
Fred wrote:you can change the javascript name and the subdirectory name in the 'Export' section of the "Menu -> Compiler -> compiler options..." window
Aaah, it can be that simple :).

Re: Removing SpiderBasic mentions

Posted: Wed Mar 30, 2016 4:59 pm
by skywalk
Can you be more specific?
When I edit the Export fields:

HTML filename: mysbapp.html
JavaScript filename: mysbapp.js

SpiderBasic outputs:

"C:\mysb\SpiderBasic_Compilation0.html"
"C:\mysb\spiderbasic.js"

I'm using sb v1.30 x86 on Windows 7 x64 with Chrome v51 dev.