Hi all!
So I just had a quick thought: In a Couch template you can set <cms:content_type 'text/css' /> (or various other content types) to make the file appear as that type of content. However, even with this tag set, an HTML comment saying <!-- Generated by CouchCms... --> is placed at the bottom.
Would it be possible to change the comment to CSS style (or whatever content type is set)? So using /* ... */ instead of <!-- ... --> in the case of CSS (And I think JS as well)?
As far as I know, having the HTML style comment shouldn't cause any problem in other types of files, but it'd be a nice addition for standards sake
So I just had a quick thought: In a Couch template you can set <cms:content_type 'text/css' /> (or various other content types) to make the file appear as that type of content. However, even with this tag set, an HTML comment saying <!-- Generated by CouchCms... --> is placed at the bottom.
Would it be possible to change the comment to CSS style (or whatever content type is set)? So using /* ... */ instead of <!-- ... --> in the case of CSS (And I think JS as well)?
As far as I know, having the HTML style comment shouldn't cause any problem in other types of files, but it'd be a nice addition for standards sake
