AlleyFord / schematic

Javascript-driven, Shopify CLI-friendly, grunt/webpack/etc-friendly schema management
15 stars 1 forks source link

Remove dashes to appease `shopify theme check` #3

Closed jacobkossman closed 8 months ago

jacobkossman commented 8 months ago

simple fix for https://github.com/Shopify/liquid/issues/1594

per this issue the cli command shopify theme check does not recognize the dashes in {%- schema -%} and {%- endschema -%} and marks them as the error: 'schema' tag was never closed for every file.

not a huge deal but just noticed while I was running the command to see if my theme could be streamlined.