DynamoMTL / shopify-pipeline

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

Fix the liquid-loader #69

Closed nddery closed 7 years ago

nddery commented 7 years ago

Rewrite of the liquid-loader. Correctly handles multiple images, simplify logic by not dealing with JSON until it's necessary. Replaces paths with a unique key, which can easily be transformed into JSON, then replace the key with the right require calls.