Discussion:
[jira] [Created] (ISIS-2016) Slow initial loading - webjars for bootswatch themes?
Dan Haywood (JIRA)
2018-10-22 07:30:00 UTC
Permalink
Dan Haywood created ISIS-2016:
---------------------------------

Summary: 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
Fix For: 2.0.0-M2


I thinik we used to use webjars as a cache for bootswatch themes; have we removed them accidentally?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Dan Haywood (JIRA)
2018-10-25 22:26:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/ISIS-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-2016:
------------------------------
Description:
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

<!--
<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>
-->


was:I thinik we used to use webjars as a cache for bootswatch themes; have we removed them accidentally?
Post by Dan Haywood (JIRA)
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-M2
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
<!--
<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>
-->
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Dan Haywood (JIRA)
2018-10-25 22:26:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/ISIS-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-2016:
------------------------------
Description:
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}

was:
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

<!--
<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>
-->
Post by Dan Haywood (JIRA)
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-M2
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)

Loading...