Jan Buschtöns
unread,Sep 13, 2012, 1:19:35 AM9/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jad...@googlegroups.com
That's a general issue
I came across too. I solved it with blogs. (block styles in your
layout and append styles for each included page, same for scripts and
other resources)
I don't like this approach, because defining the same <link> structure
over and over again isn't really DRY. But it's still better then
passing the Array as a local. We could make it DRY by defining a
style(href) mixin at the layout level, so that in append styles, we'd
only have to style(/css/style.css).
How do you guys solve this?