erikhatcher commented on issue #778: SOLR-10288 remove non minified js URL: https://github.com/apache/lucene-solr/pull/778#issuecomment-510896539 Maybe something like this? ```$ git diff diff --git a/solr/webapp/build.xml b/solr/webapp/build.xml index 99f8d17b421..0d60d8f3740 100644 --- a/solr/webapp/build.xml +++ b/solr/webapp/build.xml @@ -43,7 +43,7 @@ <ant dir="${common-solr.dir}" inheritall="false" target="contribs-add-to-webapp"/> <mkdir dir="${server.dir}/solr-webapp/webapp"/> <copy todir="${server.dir}/solr-webapp/webapp"> - <fileset dir="web" excludes="${exclude.from.webapp}"/> + <fileset dir="web" excludes="${exclude.from.webapp},libs/angular.js,libs/angular-cookies.js,libs/angular-route.js,libs/angular-sanitize.js,libs/angular-utf8-base64.js,libs/chosen.jquery.js"/> <fileset dir="${dest}/web" excludes="${exclude.from.war}"/> <!-- contribs' additions --> </copy> <mkdir dir="${server.dir}/solr-webapp/webapp/WEB-INF/lib"/> (base) Eriks-MBP:solr erikhatcher$ ls server/solr-webapp/webapp/libs/ angular-chosen.js angular-sanitize.min.js d3.js jquery-ui.min.js angular-cookies.min.js angular-utf8-base64.min.js highlight.js jquery.jstree.js angular-resource.min.js angular.min.js jquery-1.7.2.min.js ngtimeago.js angular-route.min.js chosen.jquery.min.js jquery-2.1.3.min.js```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
