[ https://issues.apache.org/jira/browse/ISIS-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Haywood updated ISIS-2016: ------------------------------ Fix Version/s: (was: 2.3.0) 2.0.0-M5 > Slow initial loading - webjars for bootswatch themes? > ----------------------------------------------------- > > Key: ISIS-2016 > URL: https://issues.apache.org/jira/browse/ISIS-2016 > Project: Isis > Issue Type: Improvement > Reporter: Dan Haywood > Priority: Major > Fix For: 2.0.0-M5 > > > I thinik we used to use webjars as a cache for bootswatch themes; have we > removed them accidentally? > https://www.webjars.org/documentation#wicket > and commented out stuff in web.xml > {code:xml} > <!-- > <servlet> > <servlet-name>WebjarsServlet</servlet-name> > <servlet-class>org.webjars.servlet.WebjarsServlet</servlet-class> > <init-param> > <param-name>disableCache</param-name> > <param-value>false</param-value> > </init-param> > <load-on-startup>2</load-on-startup> > </servlet> > <servlet-mapping> > <servlet-name>WebjarsServlet</servlet-name> > <url-pattern>/webjars/*</url-pattern> > </servlet-mapping> > --> > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)