Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

v1.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@t-kelly t-kelly released this 25 Oct 19:23
· 107 commits to master since this release

💔 Breaking

All pre-exisiting logic and operations that were performed to folders inside the the src/assets directory has been removed. All contents of the assets folder are now statically copied to the dist/assets folder.

The src/assets/scripts directory has moved to src/scripts.

The src/assets/styles directory has moved to src/styles.

SVGs contained in the src/assets/svgs directory, which were copied to the dist/snippets directory and renamed to .liquid files, should now be moved into the src/snippets directory and manually renamed with a .liquid extension. This will allows these SVGs to continue to be inlined into your theme via the {% include %} tag.

Referencing assets via relative paths, e.g. <img src"{{ '../assets/images/my-image.jpg' | asset_url }} />, has been replaced by native Shopify asset references, e.g. <img src"{{ 'my-image.jpg' | asset_url }} />.

See Pull Request #850 for all the details.

🚀 Enhancement

🐛 Bug Fix

  • html-webpack-liquid-asset-tags-plugin, slate-config, slate-liquid-asset-loader, slate-tools
  • slate-tools

Committers: 3