I'm trying to add LibreJS compatibility for Gogs (https://github.com/gogits/gogs/issues/4084) using weblabels.
But the project only ships the minified JavaScript code, so we don't have the original source code. Would it be correct to reference the URL of the Git repository of the source file? Maybe an example illustrates what I mean better. The link to the URL points to the version tagged 2.2.1 with Git, so that it corresponds with the version of the minified file. |<tr> <td><a href="/js/semantic-2.2.1.min.js">semantic-2.2.1.min.js</a></td> <td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td> <td><a href="/js/semantic-2.2.1.js">https://github.com/Semantic-Org/Semantic-UI/tree/2.2.1</a></td> </tr>|
