AdamDSherman
AdamDSherman
> Hey thanks for all the details, I am looking into debugging but my main question is why you are compiling scss to css and then outputting it to the...
> Okay so I have not been able to reproduce this even with your gulp script and your setup. The only way I have been able to reproduce the behaviour...
Just some more info if it's useful: I recently have updated my above gulpfile.js to use `gulp watch` with my .scss files, running the `do-sass` task. Since doing this change,...
Hi, sorry @diemol, I did find the issue. It was not to do with Selenium but with Cucumber JS which amalgamated all my tests into 1 JS file. Hence, if...