You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
In war the URI to static images in plugins lacks the static URI prefix. An example:
img class="" height="100" src="/invenice-mobile-wifi/static/images/frontpage/empty.png"
when I produce the WAR, becames:
img class="" height="100" src="/invenice-mobile-wifi/images/frontpage/empty.png"
So the link is broken.
Grails 2.3.6
jQuery plugin 1.11.0
Kickstar-with-boostratp plugin 1.1.0
Resources plugin 1.2.1
Spring security core plugin 1.2.7.3
The text was updated successfully, but these errors were encountered:
In war the URI to static images in plugins lacks the static URI prefix. An example:
img class="" height="100" src="/invenice-mobile-wifi/static/images/frontpage/empty.png"
when I produce the WAR, becames:
img class="" height="100" src="/invenice-mobile-wifi/images/frontpage/empty.png"
So the link is broken.
Grails 2.3.6
jQuery plugin 1.11.0
Kickstar-with-boostratp plugin 1.1.0
Resources plugin 1.2.1
Spring security core plugin 1.2.7.3
The text was updated successfully, but these errors were encountered: