N
N
Nikita Shchypylov2016-07-12 10:02:18
phpstorm
Nikita Shchypylov, 2016-07-12 10:02:18

Why does PhpStorm send data to FTP "as I please"?

Hello
I work with FTP server, the project is built on Gulp'e. I collected the package, I press CTRL + S (this combination sends data to the site). HTML, img are filled in, but compressed and minified css and js are not. You need to right-click and click Upload to ... Then the changes take effect. There can be no cache, I constantly press f5

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Melnikov, 2016-07-12
@mlnkv

There is no "as I want" in programming, there are certain rules. Most likely, after building Gulp, phpStorm does not know that these files have changed, so it does not upload them, dig in this direction

A
Andrey Berezhnoy, 2016-07-12
@AndreyBerezhnoy

It fills only what you changed.
If you want other files to be loaded, then you need to put a checkmark here.
ne8AAJ3.png

I
Igor Voronov, 2016-07-12
@ivoronov

After changing files from the outside, the storm does not add them to the list downloaded by the server. Perhaps downloading files not by Ctrl + s, but "always" will save you, but I'm not sure.
After compiling scss to css, I constantly load additional css.

I
Ildar Saribzhanov, 2016-07-12
@Bluz

Do you have gulp configured with phpstorm?
If so, maybe this Auto-upload to FTP in phpStorm will help?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question