Upload SASS generated files with PhpStorm

CSS Oct 28, 2017

With a file watcher, you can generate SASS files automatically (on every change). Unfortunately, these generated files do no trigger the upload to the development server.

I really like to develop a website with JetBrains PhpStorm.  You can easily set up to upload every changed file to your webserver.  This is a nice feature, especially if you do the styling part. I prefer SASS instead of pure CSS.The  FileWatcher in PhpStorm generates the CSS file automatically. The  problem is, that the automatic upload mechanism does not recognize it by  default. So, the change is not visible on your website and you don't  see the new styling.

How can I change this?

It is just one checkbox to activate, but not that obvious to find.

Just go to File -> Settings or press CTRL + ALT + S. Search for "Deployment" and switch to the Build, Execution, Deployment -> Deployment -> Options Tab. Tick the checkbox "Upload external changes".

With this set, all generated files (like the files of SASS) will be uploaded to your webserver.


Please comment below, if you have any questions.

Tested on:

  • JetBrains PhpStorm: 2017.2.4

Credits:

Tags

Stefan

Howdy! I'm Stefan and I am the main author of this blog. If you want know more, you can check out the 'About me' page.

Impressum | Data Privacy Policy | Disclaimer
Copyright: The content is copyrighted and may not be reproduced on other websites without permission.