Shawn Heisey created SOLR-10288: ----------------------------------- Summary: Javascript housekeeping in UI Key: SOLR-10288 URL: https://issues.apache.org/jira/browse/SOLR-10288 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Components: Admin UI Affects Versions: 6.4.2 Reporter: Shawn Heisey Priority: Minor
I noticed a couple of things about the javascript files included in Solr for the Admin UI: * There is unnecessary duplication between the "js" and "libs" directories. * Some of the files are not minified, and for some of those that are, the non-minified originals are still included in the binary release. Removing the duplicates entirely and the non-minified files from the binary release would shave a little bit of size off of the binary download. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org