Skip to content

Releases: mcqua007/shopify-bare

Add support for Shopify CLI 2.X.X & Tailwind CSS

22 Feb 00:06
Compare
Choose a tag to compare

Remove reliance on theme kit and Sass. Using Shopify Cli gives us "native" hot module reloading without having to use browser sync. I also removed sass as the default css transpilier in favor of tailwind css. so right off the bat you get tailwindcss and can use Shopify's CLI for theme development. Next I will migrate from Shopify CLI 2.X.X to 3.X.X. I will also add some github action that will push your changes to production when you merge your branch with main/master.

Version 1.0.3 - Fix issue with force redirects out of browser sync

25 Feb 23:56
Compare
Choose a tag to compare

Version 1.0.2 - Adds Support For Browser Sync

25 Feb 04:11
Compare
Choose a tag to compare

This allows your browser tab to auto refresh when you make changes to your local files. Browser Sync also comes with some other cool features.

Version 1.0.1

21 Feb 04:20
Compare
Choose a tag to compare

This has bug fixes and adds fix for theme kits new --allow-live flag and added new commands. Also changed open preview commands to not show preview bar, though I also added commands that allow you to open preview links with preview bar if you wish.