DynamoMTL / shopify-pipeline

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

Checkout.scss #111

Closed francisneedham closed 6 years ago

francisneedham commented 6 years ago

Hi, we have to include the checkout.scss file in our assets folder to enable checkout customization ( this is the only way shopify can make this possible only for plus merchants )

of course if i copy the file in the src/asset folder it won't make it to the dist folder.

any suggestions ?

thanks !

alexleclair commented 6 years ago

You can simply add it within src/assets/vendors/

francisneedham commented 6 years ago

it will compile to root / asset folder ?

alexleclair commented 6 years ago

Yup, anything placed within src/assets/vendors gets copied over dist/assets/ :)

francisneedham commented 6 years ago

FANTASTIC :) THANKS !