Conversation
Notices
-
Today i fought with a CSS compiler to remove a simple toolbar from my infrablog that should have never been there in the first place from an upgrade to a newer version of Drupal (the toolbar was sourced from a theme which required an update alongside the core Drupal update)
The CSS I needed to remove was in six separate compiled files and three minified ones. Of course the software did not include the compiler. The six each had their own non-CSS file that was in a pseudo-CSS format. Rather than figure out this esoteric language and find a compiler to output exactly the same file plus my change spliced in, I opted to just hand edit all the compiled and minifed files.
No, I don't know why there were nine of these files. No, I didn't enjoy it. I wish web devs would just throw themselves into a river.