Page 1 of 1

Sourceless file and privacy problem

Posted: 2015-09-16T10:39:36-07:00
by broucaries
Hi,

Could you please add the source of magick.js ?

This is a non distributable source due to lack of license and lack of source.

Bastien

Re: Sourceless file and privacy problem

Posted: 2015-09-16T10:42:04-07:00
by broucaries
BTW the magick css is not suitable for debian.

Could we get the uncompressed version ?

Re: Sourceless file and privacy problem

Posted: 2015-09-16T12:59:46-07:00
by magick
magick.css and magick.js are optimized versions of Bootstrap css. Check Git. We added the requisite copyright statement.

Re: Sourceless file and privacy problem

Posted: 2015-09-16T13:02:46-07:00
by broucaries
It is still undistributable because we could not reproduce the build (it fail to build from source). What is the exact version used ? It should be documented and we will regenerate it at each build.

Bastien

Re: Sourceless file and privacy problem

Posted: 2015-09-16T13:05:42-07:00
by broucaries
You could put the source in a src/ subdirectory, and you will get the speedup of minified and downstream will be happy

Re: Sourceless file and privacy problem

Posted: 2015-09-16T13:55:58-07:00
by magick
We passed Twitters bootstrap.min.css through Google's optimizer. We also have a custom changes that override Bootstrap. It is sufficient to just add bootstrap.css to www/css to meet the Debian requirements?

Re: Sourceless file and privacy problem

Posted: 2015-09-16T13:58:43-07:00
by broucaries
Debian/ubuntu ban minified stuff without source.

If you add non minified version somewhere in the tree it will work (css and js file). So adding source is sufficient. We will recompile if needed or use upstream version (I can even cook a patch in order to regererate the minified stuff in html file).

Bastien

Re: Sourceless file and privacy problem

Posted: 2015-09-16T14:02:28-07:00
by magick
Done, added bootstrap.css and bootstrap.js to the distribution.