concrete5 Strips Comments?
Permalink
Does concrete5 strip code comments when rendering?
If so, how do I make it stop, at least for development? I'd like to see my comments when I use FireBug.
Bob
If so, how do I make it stop, at least for development? I'd like to see my comments when I use FireBug.
Bob
The comments show up for me in Chrome's Firebug (Developer Console) but they are stripped out in Firefox's Firebug. If you right-click and view the source, the comments should still be there.
OK, so this goes in the "learn something new every day" category.
I've been using FireBug (along with FireSASS) for quite a while and never noticed that FireBug filters out comments by default!
But if you go to the HTML tab and click the drop-down menu, you'll find the option to show comments. Check that and behold - comments!
So I falsely accused concrete5 of bad behavior. My bad.
Bob
I've been using FireBug (along with FireSASS) for quite a while and never noticed that FireBug filters out comments by default!
But if you go to the HTML tab and click the drop-down menu, you'll find the option to show comments. Check that and behold - comments!
So I falsely accused concrete5 of bad behavior. My bad.
Bob