macaw-cad / sxa-umbrella

Project structure and tools to optimize front-end team development workflow in any Sitecore SXA project
6 stars 3 forks source link

When Scriban item has sub-item, sub-item not created #10

Closed svdoever closed 4 years ago

svdoever commented 4 years ago

Sort the item paths of the Scriban items in ascending order, so parent items are created before subitems.

In getScribanFiles() return: return results.sort((a, b) => a.length - b.length);