Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jamiejackson/1649524 to your computer and use it in GitHub Desktop.
Save jamiejackson/1649524 to your computer and use it in GitHub Desktop.
Weird errors sprinkled throughout this mysterious CSS.
html {
padding: 18px 36px;
}
head {
display: block;
}
body {
margin: 0;
padding: 0;
}
body > * {
display: none !important;
}
head:after, body:before, body:after {
display: block !important;
}
head:after {
font-family: sans-serif;
font-size: large;
font-weight: bold;
content: "Error compiling CSS asset";
}
body:before, body:after {
font-family: monospace;
white-space: pre-wrap;
}
body:before {
font-weight: bold;
content: "\000a NoMethodError: undefined method `file' for #<Digest::MD5: 1c9609bc58b1e77c196de29021583379>";
}
body:after {
content: "\000a \002f home\002f glassfish\002f glassfish\002f domains\002f domain1\002f applications\002f cwo_datasite\002f WEB-INF\002f gems\002f gems\002f sprockets-2.0.3\002f lib\002f sprockets\002f base.rb:74:in `file_digest'";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment