Hide Forgot
Same issue as reported in #1062109 except this time for highlight.js. Publican ships datadir/Common_Content/common-db5/en-US/scripts/highlight.js/highlight.pack.js which is a minified javascript file. Those are not "source files" since they are the result of minifier against source files. I'd like you to provide the non-minified files next to the minified files because: * one of the Publican license is the the GPL, and the GPL requires you to offer the corresponding source code and the easiest way to achieve this is to ensure you have the source code in the release tarball * the Debian Free Software Guidelines impose the same requirement of providing the source code whatever free software license is in use and it would avoid me some trouble if this requirement was met in the upstream release tarball Thank you!
Hi Raphaël, does Debian have a system supplied library for this like js-highlight-styles & js-highlight in fedora? If so I might see if we can just use that.
Yes we have: $ apt-file show libjs-highlight.js [...] libjs-highlight.js: /usr/share/javascript/highlight libjs-highlight.js: /usr/share/javascript/highlight.js/highlight.js libjs-highlight.js: /usr/share/javascript/highlight.js/highlight.min.js libjs-highlight.js: /usr/share/javascript/highlight.js/styles/arta.css [...]