This used to work.
${ h.stylesheet_link_tag('blueprint/src/reset.css',
'blueprint/src/typography.css',
'blueprint/src/grid.css',
'blueprint/src/forms.css',
'blueprint/plugins/css-classes/css-classes.css',
media="screen,
projection",
minified=True,
combined=True) }
But now all I get is this:
<link href="/stylesheets/blueprint/src/reset.css"
media="screen, projection" rel="Stylesheet"
type="text/css" />
<link href="/stylesheets/blueprint/src/typography.css"
media="screen, projection" rel="Stylesheet"
type="text/css" />
<link href="/stylesheets/blueprint/src/grid.css"
media="screen, projection" rel="Stylesheet"
type="text/css" />
<link href="/stylesheets/blueprint/src/forms.css"
media="screen, projection" rel="Stylesheet"
type="text/css" />
<link
href="/stylesheets/blueprint/plugins/css-classes/css-classes.css"
media="screen, projection" rel="Stylesheet"
type="text/css" />
<link href="/stylesheets/blueprint/print.css"
media="print" rel="Stylesheet"
type="text/css" />
<!--[if IE]><link href="/blueprint/ie.css"
media="screen, projection" rel="Stylesheet"
type="text/css" /><![endif]-->
Has anybody seen this before?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---