Letractively / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

CSS URL rewriting fails when Bootstrap is in a WebJar #748

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue reported on github:
https://github.com/alexo/wro4j/issues/127

When I put bootstrap.css in src/main/resources and use the classpath locator, 
it works:

<css>classpath:bootstrap/2.3.2/css/bootstrap.css</css>
But with the Bootstrap WebJar, I get the following error:

<css>webjar:bootstrap.css</css>
Exception occured while processing: ro.isdc.wro.WroRuntimeException:
Could not replace imageUrl: ../img/glyphicons-halflings.png, contained at 
location: webjar:bootstrap.css, class: ro.isdc.wro.WroRuntimeException,caused 
by: (ro.isdc.wro4j:wro4j-maven-plugin:1.7.0:run:default:compile)
pom.xml /radar-webapp line 62 Maven Build Problem

Original issue reported on code.google.com by alex.obj...@gmail.com on 20 Jun 2013 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 17 Sep 2013 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 5 Nov 2013 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 14 Jan 2014 at 10:09

GoogleCodeExporter commented 9 years ago
I am getting same issue. Any updates on this?

Original comment by sveryo...@gmail.com on 27 Jan 2014 at 4:22

GoogleCodeExporter commented 9 years ago
Will work on this for next release. Until then, you can easily avoid the issue 
using the classpath uri, instead of the webjar uri.

Original comment by alex.obj...@gmail.com on 27 Jan 2014 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 21 Mar 2014 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Apr 2014 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 18 Jun 2014 at 11:07

GoogleCodeExporter commented 9 years ago
The updates about this issue are now located here: 
https://github.com/wro4j/wro4j/issues/748

Original comment by alex.obj...@gmail.com on 11 May 2015 at 7:54