DynamoMTL / shopify-pipeline

Shopify Pipeline - A modern pipeline for Shopify theme development
MIT License
86 stars 16 forks source link

Add missing src/assets/vendors map #93

Closed coffeemedia closed 6 years ago

coffeemedia commented 6 years ago

On a fresh checkout the yarn serve command failes to compile:

Error in ./~/shopify-pipeline/lib/static-files-glob.js
Module not found: Can't resolve 'xxx/src/assets/vendors' in 'xxx/node_modules/shopify-pipeline/lib'

 @ multi ./~/shopify-pipeline/lib/hot-client.js ./~/shopify-pipeline/lib/static-files-glob.js

Adding the missing folder to the template prevents this.

nddery commented 6 years ago

Thanks for reporting and fixing this!