Reputation: 14951
I have a compass scss file watcher setup
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
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