Styles not compiling on gulp watch

Hello,

I’ve dequeued my ubermenu css and added it to the manifest.json file. Running ‘Gulp’ works ok, but if you run ‘Gulp watch’ it doesn’t compile the vendor css, so it drops the css.

Is there away to compile the css when using gulp watch?

  "files": [
    "styles/main.scss"
  ],
  "vendor": [
  	"../../plugins/ubermenu/pro/assets/css/ubermenu.min.css"
  ],

Many thanks, Stephen

Hello,

I’ve solved this. You need to quit gulp watch, then re-run it.

Cheers, Stephen