Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I'm using Shopify CLI 3.23.0
But I need to disable CSS hot reload manually in the hot-reload.js file. I don't want to "ignore" CSS files with the shopifyIgnore; I only don't want the browser to reload when I change a CSS. I know it's not ideal (and probably a technically incorrect approach).
So where is the hot-reload.js in CLI 3.X?
Anybody?
Hey, there are the dev-flags "ignore" and "only" for the CLI for themes (3.X).
This works for me:
shopify theme dev -x="*.css" -x="*.scss" -x="*.map"
shopify theme dev --live-reload=off
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025