Releases: mcqua007/shopify-bare
Add support for Shopify CLI 2.X.X & Tailwind CSS
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
v1.0.3 type: feat | updated docs
Version 1.0.2 - Adds Support For Browser Sync
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
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.