editing styledeclaration.php causes theme to "crash"
Posted 13 years 6 months ago
I am trying to learn how to code gantry features etc, and I am coming across a wierd problem.
If I make a mistake in styledeclaration.php, the theme can "crash". You get a white screen with no CSS and only a few DIVs (rt-blog containing blog-wrapper containing rt-leading-articles).
The Template admin screen for that gantry theme is also affected, it just ends up white with plain text.
The problem is that reverting out styledeclaration.php (or even all changed files) to a known good version sometimes does NOT fix the issue. I guess styledeclaration.php builds a CSS file that is used by both the front end and the template configuration in the back end?
The only way I know how to fix it is to uninstall and reinstall the theme - this hampers my development efforts...