K
K
Konstantin2015-03-11 02:06:39
PHP
Konstantin, 2015-03-11 02:06:39

How to set file modification date via FTP in phpstorm?

I set up uploading the project via FTP in PHPSTORM,
but the problem is that I save the file at 2:30 and I go to FTP there the file date is 23:30
Everything would be fine, but the problem is that smart looks that the templates are old and does not compile, that is, annoying always clean compilation folder
How to set this date? And why is STORM doing this? I can't find anything in the settings

Answer the question

In order to leave comments, you need to log in

5 answer(s)
K
Konstantin, 2015-07-12
@armenka29

It was in the STORM unchecked
the FTP settings preserve file timestamp

P
Papa, 2015-03-11
Stifflera @PapaStifflera

I don't think Storm is the issue. Synchronize the local time and the time on the FTP server.

E
e5ash, 2017-12-29
@e5ash

<style>
    *{
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    }
    .row{
      font-size: 0;
    }
    .col{
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
    }
    .wrapper__left, .wrapper__right{
      width: 300px;
    }
    .wrapper__middle{
      width: calc(100% - (300px * 2));
      padding-left: 10px;
      padding-right: 10px;
    }
    .wrapper__title{
      font-size: 20px;
      font-weight: 700;
    }
  </style>

<div class="wrapper row">
    <div class="wrapper__left col">
      <div class="wrapper__title">Left block</div>
      Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa molestias ratione, neque eligendi provident, hic illo! Ullam minus optio laboriosam, sunt, sapiente quia deserunt obcaecati consequuntur, molestias voluptatibus suscipit? Pariatur.
    </div>
    <div class="wrapper__middle col">
      <div class="wrapper__title">Middle block</div>
      Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur commodi, expedita labore veniam placeat excepturi soluta nostrum, dignissimos magni repellat iure reprehenderit fugiat tempore voluptatem facilis ducimus architecto explicabo, nobis ipsa nemo. Quos qui, dolorem iusto soluta aperiam voluptatum esse aliquam et repellendus optio omnis expedita modi ipsa eos commodi sapiente iure vel in quam sequi voluptates ad reiciendis dolores. Ipsa fugiat ullam officia quae maiores recusandae quo nemo, provident nesciunt rerum ut distinctio accusantium doloribus voluptatem optio nisi in officiis quasi iusto. Temporibus, nisi earum necessitatibus nam voluptatem amet, incidunt quasi eos cumque error cum beatae dolor! Placeat, quos.
    </div>
    <div class="wrapper__right col">
      <div class="wrapper__title">Right block</div>
      Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa molestias ratione, neque eligendi provident, hic illo! Ullam minus optio laboriosam, sunt, sapiente quia deserunt obcaecati consequuntur, molestias voluptatibus suscipit? Pariatur.
    </div>
  </div>

A
A person from Kazakhstan, 2017-12-29
@LenovoId

Here are all types of layout except Grid layout, I signed everything so that it would be clear how it's done

K
kn1ght_t, 2017-12-29
@kn1ght_t

you need to do this on flex: https://jsfiddle.net/mmo2f3fa/
or float: https://jsfiddle.net/mmo2f3fa/1/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question