-
Couldn't load subscription status.
- Fork 4.1k
Description
prism.js hasn't been touched since 2013 even though it is semantically versioned, well maintained library.
On top of that committed version is lacking source which is a serious breach of open source compliance because effectively minified code is equivalent of pre-compiled binary -- un-readable, non-modifiable and non-distributable in Debian.
It is a bad practice to commit binaries to VCS.
Please replace minified prism.js with original, uncompressed, up-to-date version.
I recommend using the following URL:
https://github.com/PrismJS/prism/raw/v1.15.0/prism.js
which I would note into prism.js.URL file to document file's origin.
Read more about pre-minified files here https://wiki.debian.org/onlyjob/no-minification
Thanks.