Cant compile on remote server?

I’ve always worked locally and everything works fine. I am trying to work on a remote server now, but I can’t get it to compile the css. I turned off browsersync in gulpfile, gulp runs like normal but it doesn’t compile css. Locally this project and gulp works fine.

Any idea how I can fix this?

The build should be done on the workstation/development or even on a dedicated build server (e.g. CI pipeline). The production system should usually stay as lean as possible.

Also see this discussion:

1 Like