magesuite / theme-creativeshop

Open Software License 3.0
38 stars 24 forks source link

yarn gulp watch results in different output #87

Closed fritzmg closed 3 years ago

fritzmg commented 3 years ago

We have created our own theme as per the instructions in the README. However I noticed that yarn gulp watch produces a different output than yarn build. With yarn build everything works as expected. But with yarn gulp watch some CSS styles seem to be missing. The app/design/frontend/creativestyle/my-theme/web/css/cms.css for example looks very different when using yarn gulp watch - and by that I don't mean that it's not minified etc. I mean that it is missing styles from the basic.scss for example, e.g. the default

body {
    font-family:Libre Franklin …;
}

definition from here.

Any idea why that would be the case?

fritzmg commented 3 years ago

Can't reproduce anymore 🤷 👍