Compiling SASS and autoupload CSS
Hi!
My first post!
Is it possible to compile (with watchers) a sass file and upload css automatically to my ftp server?
I've been so much time trying to do this but I do not found solution...
Thank you
Please sign in to leave a comment.
You can configure WebStorm to auto-upload changed files, including the generated ones (by enabling both 'Upload changed files automatically to the default server' and 'Upload external files' in Deployment options). But you need to make sure that the watcher is configured properly, so that the generated files appear in WebStorm virtual file system immediately on generation (the pattern specified in 'output paths to refresh' field must match the actual watcher output)
It perfectly works!
I didn't see that option
Thank you so much xD
Sorry to necro but I figured I'd piggyback on this post since I have the same question, but this answer didn't fix it for me.
Here are my file watcher settings:
And here are my deployment > options settings:
I actually figured out the problem. I'll create a separate post.