mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
Having a template-lint-disable comment with whitespace trimming was triggering a message during build, likely due to a bug in the build process. ``` unexpectedly found "! template-lint-disable ~" when slicing source, but expected " template-lint-disable " ``` This commit avoids the problem by moving the template-lint-disable comment outside of the stripped-whitespace area.