This is an automated email from the git hooks/post-receive script. New commit to branch chorem-ng in repository chorem. See http://git.chorem.org/chorem.git commit 485ee47813c95ff5897af019191511de019e6cc1 Author: Yannick Martel <yannick.martel@gmail.com> Date: Fri Apr 3 17:14:02 2015 +0200 add a context params to allow /webjars path from wm --- chorem-ui-angular/src/main/webapp/WEB-INF/web.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml b/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml index 9aa7299..39b16de 100644 --- a/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml +++ b/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml @@ -24,5 +24,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> - + + <context-param> + <param-name>wm.exclude.paths</param-name> + <param-value>/webjars</param-value> + </context-param> + </web-app> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.