Hi,
I was able to fix it doing the following in the usemin statement
blockReplacements: {
vulcanized: function (block) {
return '<link rel="import" href="' + block.dest + '">';
},css: function (block) {
return '<link rel="stylesheet" href="' + block.dest + '
shim-shadowdom">';
}
}
Best,
Ignacio
On Monday, September 29, 2014 4:10:45 PM UTC-3, Rob Dodson wrote:
>
> It sounds like the usemin task might need to be updated to allow you to
> pass attributes to the stylesheet (if it doesn't already do this)
>
> On Mon, Sep 29, 2014 at 3:15 AM, <[email protected] <javascript:>>
> wrote:
>
>> Hi
>>
>> I have the following in my index.html
>>
>> <!-- build:css(.tmp) styles/my-style.css -->
>> <link rel="stylesheet" type="text/css" href="styles/a.css"
>> shim-shadowdom>
>> <link rel="stylesheet" type="text/css" href="styles/b.css"
>> shim-shadowdom>
>> <link rel="stylesheet" type="text/css" href="styles/c.css"
>> shim-shadowdom>
>> <!-- endbuild -->
>>
>> But the final link in the mincss file is
>>
>> <link rel="stylesheet" type="text/css" href="styles/my-style.css" >
>>
>> and the shim-shadowdom is missed.
>>
>> Any idea ?
>>
>> Regards
>> Ignacio
>>
>> Follow Polymer on Google+: plus.google.com/107187849809354688692
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Polymer" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/polymer-dev/7552cbd8-b9d0-4081-9594-ab173eb11005%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/polymer-dev/7552cbd8-b9d0-4081-9594-ab173eb11005%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/d4720ddd-f1bd-49b8-bbb6-f9c34cebdc74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.