@Jacob_Beers I’ve pushed up a fix to 3.1.0-snapshot that is preventing components from rendering if there are HTML comments in the template.
<!--- This is a template with multiple comments --->
<cfoutput>
<!-- we have single line comments -->
<!-- multi
line
comments -->
<div>
Template with comments
#now()#
</div>
</cfoutput>
Would you mind pulling down the changes and testing them out for me? I would much appreciate it!
box install cbwire@3.1.0-snapshot --force