Long time to build

Hi,

Having tonnes of issues with Sage, one of them being that the build time when I run yarn dev to watch for changed in my .scss files is taking 5-6 seconds everytime I make a change? Any tips to speed this up?

Howdy! I’d start out by upgrading Bud to the latest version. If you’re still having issues after that, it would be helpful if you could provide us with a git repo to see the changes that you’ve made/investigate what could be slowing things down for you.

Hi Ben,

New to all this, what is the best way to update Bud?

@Joey_Wright to update, just edit your package.json then run yarn

Recommended updating all @roots/ packages to the same version number. For example, if you are using bootstrap:

    "@roots/bud": "6.4.4",
    "@roots/bud-sass": "6.4.4",
    "@roots/sage": "6.4.4",

or for tailwind:

    "@roots/bud": "6.4.4",
    "@roots/bud-tailwindcss": "6.4.4",
    "@roots/sage": "6.4.4"