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.
Minified SpiderBasic Libraries
Re: Minified SpiderBasic Libraries
Sounds like a good idea. We will probably ship minified versions in the future, as it's not that helpful to have them full.
-
- Posts: 2
- Joined: Thu Apr 14, 2016 9:19 am
Re: Minified SpiderBasic Libraries
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
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
-
- Posts: 229
- Joined: Sat Mar 01, 2014 3:02 pm
Re: Minified SpiderBasic Libraries
For closure put @preserve in your c-style multiline comment and it should be left alone when minifying, e.g: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.
/* @preserve
* Weave wrote this!
*/
If they could be unified as well as minified it would be even betterFred 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.
