Minified SpiderBasic Libraries

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
sb-suggestion
Posts: 2
Joined: Thu Apr 14, 2016 9:19 am

Minified SpiderBasic Libraries

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

Re: Minified SpiderBasic Libraries

Post 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.
sb-suggestion
Posts: 2
Joined: Thu Apr 14, 2016 9:19 am

Re: Minified SpiderBasic Libraries

Post 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
the.weavster
Posts: 222
Joined: Sat Mar 01, 2014 3:02 pm

Re: Minified SpiderBasic Libraries

Post 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
Post Reply