Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Debug assets ignores media type for stylesheets #2625
Comments
added a commit
to guilleiguaran/rails
that referenced
this issue
Aug 24, 2011
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Check #2625 |
spastorino
closed this
in
23d8a98
Aug 24, 2011
pushed a commit
to arunagw/rails
that referenced
this issue
Aug 25, 2011
pushed a commit
to arunagw/rails
that referenced
this issue
Aug 25, 2011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
moser commentedAug 22, 2011
When asset debugging is activated, every stylesheet link tag has
media="screen"
.The following code in my layout
produces
when the debug_assets=1 parameter is passed.
Without the parameter it works as expected: