Re: Multiple imports of CSS files in subdirectories

2015-08-18 Thread Herve Girod
No problem! 2015-08-18 17:13 GMT+02:00 Thomas Meyer : > OK, thanks! > And sorry, a colleague just reminded me of bugs.openjdk.java.net, I was > obviously searching in the wrong bug tracker.. > You already reported it: https://bugs.openjdk.java.net/browse/JDK-8093583 > > > > On 18 Aug 2015, at 17:

Re: Multiple imports of CSS files in subdirectories

2015-08-18 Thread Thomas Meyer
OK, thanks! And sorry, a colleague just reminded me of bugs.openjdk.java.net , I was obviously searching in the wrong bug tracker.. You already reported it: https://bugs.openjdk.java.net/browse/JDK-8093583 > On 18 Aug 2015, at 17:03, Hervé Girod wrote: > > I th

Re: Multiple imports of CSS files in subdirectories

2015-08-18 Thread Hervé Girod
I think it has been fixed for u60. Sent from my iPhone > On Aug 18, 2015, at 16:43, Thomas Meyer wrote: > > Hi, > > I’m using @import statements to spilt up my CSS code into multiple files in > subdirectories. All imports are listed in one base css file: > > base.css: > @import “sub/a.css" >

Multiple imports of CSS files in subdirectories

2015-08-18 Thread Thomas Meyer
Hi, I’m using @import statements to spilt up my CSS code into multiple files in subdirectories. All imports are listed in one base css file: base.css: @import “sub/a.css" @import “sub/b.css" This usage was working fine in JDK 1.8.0_31. Since JDK 1.8.0_45 it’s broken: “sub/b.css" is resolved re