factor1 / prelude-wp

Prelude is a WordPress starter theme that helps you craft custom themes.
GNU General Public License v3.0
14 stars 3 forks source link

BrowserSync Cache Busting #141

Closed erwstout closed 5 years ago

erwstout commented 6 years ago

When using browsersync the cache can get in the way of the changes you just made. Might need to find a workaround while in dev, or perhaps change CSS and JS files to add a hash when built instead of a version number. Worth exploring.

erwstout commented 6 years ago

In release/4.2.0 we upgraded BrowserSync to its latest version, we will test and see how that works before trying other measures.

erwstout commented 6 years ago

Is now live on master and released. Will watch performance.

erwstout commented 6 years ago

@mlpatt23 @nexpos has this still been a big issue for you?

mlpatt23 commented 5 years ago

Not that I've noticed. I always work in an incognito mode, keep Local's dev mode on, and use a ".test" extension for my local sites; that combination seems to help

erwstout commented 5 years ago

Also worth noting that you can disable cache via dev tools while dev tools are open. @mlpatt23