Open t-kelly opened 5 years ago
There have been a number of bugs and regressions (https://github.com/Shopify/slate/issues/489, https://github.com/Shopify/slate/issues/587, https://github.com/Shopify/slate/pull/771, https://github.com/Shopify/slate/issues/806, https://github.com/Shopify/slate/pull/808, ) over the past few months which all stem from script-tags.html and style-tags.html. These template files are super hard to read and navigate, but their output is exactly what we want. Regardless of if we keep or refactor the contents of these files, their output should remain stable. This is perfect for some unit tests.
Problem
There have been a number of bugs and regressions (https://github.com/Shopify/slate/issues/489, https://github.com/Shopify/slate/issues/587, https://github.com/Shopify/slate/pull/771, https://github.com/Shopify/slate/issues/806, https://github.com/Shopify/slate/pull/808, ) over the past few months which all stem from script-tags.html and style-tags.html. These template files are super hard to read and navigate, but their output is exactly what we want. Regardless of if we keep or refactor the contents of these files, their output should remain stable. This is perfect for some unit tests.