Sunday, 13 January 2019

Why doesn't Gulp seem to recognise changes in my compiled .css files? (x-post r/wedev)

Hi all, sorry if this is the wrong place to ask but I'm really scratching my head here.I am using Gulp to compile my .scss files into .css. This works fine, but when I try to deploy my files to the remote server, using vinyl-ftp only the files I've manually altered are seen as changed - the compiled .css file is not registered as changed so vinyl-ftp skips over it.The only way I can get it to work is by opening the .css file in my IDE, add a space and save.This also happens with Shopify's ThemeKit - it too will not recognize compiled files, no matter what extension they are.Would anyone know why this is and what I could do to fix it?My set up is:node.js 11.6.0 npm 6.5.0 Gulp 4.0.0 (2.0.1 CLI) MacOS 10.14.2

Submitted January 14, 2019 at 04:28AM by MeltingDog

No comments:

Post a Comment