We could open a pull request against the linguist repository which holds the exclusion rules for the graph. It already has rules to exclude minified Javascript files. We might be able to exclude ours too if its name follows a specific pattern.
https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml The main problematic file seems to be https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/web/js/vendor.js ? On Fri, Jul 24, 2015 at 8:44 PM, Stephan Ewen <se...@apache.org> wrote: > Yeah, the is an "uber" JavaScript file part of the code. That accounts for > a lot. We should exclude that from the stats... > Am 24.07.2015 17:49 schrieb "Sachin Goel" <sachingoel0...@gmail.com>: > > > According to GitHub, 26.1% code is now in JavaScript. :| > > > > -- Sachin Goel > > Computer Science, IIT Delhi > > m. +91-9871457685 > > > > On Thu, Jul 23, 2015 at 3:12 AM, Matthias J. Sax < > > mj...@informatik.hu-berlin.de> wrote: > > > > > Haha! > > > > > > On 07/22/2015 07:02 PM, Kostas Tzoumas wrote: > > > > Finally, Flink is a JavaScript project :-) > > > > > > > > On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <se...@apache.org> > > wrote: > > > > > > > >> Hi all! > > > >> > > > >> Yesterday, we merged the framework for the new Flink runtime monitor > > > >> dashboard. New stub, based on angular.js and coffee script. > > > >> > > > >> https://github.com/apache/flink/tree/master/flink-runtime-web > > > >> > > > >> Anyone who is savvy with these technologies and wants to work on > that > > > part, > > > >> please ping! We'd be happy for participation. > > > >> > > > >> We'll try to compile a list of followup issues, relating to frontend > > and > > > >> backend, in the next days, so stay tuned. > > > >> > > > >> Greetings, > > > >> Stephan > > > >> > > > > > > > > > > > > >