Page 1 of 1

Minified SpiderBasic Libraries

Posted: Thu Apr 14, 2016 9:39 am
by sb-suggestion
First of all many thanks to the developers for creating SpiderBasic.

I would like to use a SpiderBasic project on my website. Most libraries require a copyright note.
It would be really helpful if the "Copy Spiderbasic libraries" function could also create a minified version, including the copyright notes, as well.

Re: Minified SpiderBasic Libraries

Posted: Thu Apr 14, 2016 10:56 am
by Fred
Sounds like a good idea. We will probably ship minified versions in the future, as it's not that helpful to have them full.

Re: Minified SpiderBasic Libraries

Posted: Thu Apr 14, 2016 11:41 am
by sb-suggestion
Hello Fred, thanks for your response

That would be really helpful.

I minified all the libraries manually using Google Closure Compiler and now i have to put to a Copyright notice into each one of them.
Minified libraries including a copyright notice would be great.

Have a nice day

Re: Minified SpiderBasic Libraries

Posted: Thu May 05, 2016 5:53 pm
by the.weavster
sb-suggestion wrote:I minified all the libraries manually using Google Closure Compiler and now i have to put to a Copyright notice into each one of them.
For closure put @preserve in your c-style multiline comment and it should be left alone when minifying, e.g:

/* @preserve
* Weave wrote this!
*/

Fred wrote:Sounds like a good idea. We will probably ship minified versions in the future, as it's not that helpful to have them full.
If they could be unified as well as minified it would be even better :D