Toskan
Toskan

Reputation: 14951

Intellij filewatcher is compiling scss to CSS but is not updating server files

I have a compass scss file watcher setup

enter image description here

the files compile fine, but the produced CSS is not deployed to the server

I always manually have to deploy the folder, or like I did, I wrote a small ant script to do it for me. None the less, not what I want, this should get auto deployed

Upvotes: 0

Views: 89

Answers (1)

y.bedrov
y.bedrov

Reputation: 6024

Make sure to tick the 'Upload external changes' checkbox in Deployment/Options. See http://www.jetbrains.com/webstorm/webhelp/deployment.html and related topics for more info

Upvotes: 1

Related Questions