Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Best way to create new sections using the new template / schema way? #1014

Open dan-gamble opened 5 years ago

dan-gamble commented 5 years ago

Problem

One issue I've found with the new sections plugin is that the yarn start gets hung up when creating the folder which I later add the template.liquid and schema.json to. I imagine this is because it tries compiling and see's an empty folder and errors.

Is this a bug that needs to be handled better in Slate or is there something else I can be doing to alleviate this?