S
S
Sergey Ch2017-02-16 08:23:51
JavaScript
Sergey Ch, 2017-02-16 08:23:51

HTML version of project pages when building Gulp?

Доброе время суток!
Свои проекты собираю Gulp, пришел к выводу, что для поддержки этих проектов, нужно знать версию собранных страниц, размещенных на удаленном сервере и версию исходников, что бы знать что на сервера размещена всегда новая версия сборки. Есть ли для данной задачи какой нибудь плагин Gulp, которые при сборке проекта, например с ключом --production, проставлял версию внизу страницы в специальном блоке или в комментариях?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Ch, 2017-02-17
@elov4anin

If anyone is interested, without waiting for an answer here and on stackfellow, we can say that I manually went through the plugins for gulp that are related to file versions. I settled on gulp-html-version. I configured it so that now when building with the production key, it adds the assembly version ?v=1.XX from the one specified in the package.json file.
Example link href="css/style.min.css?v=1.0.1" rel="stylesheet" type="text/css"
Not what I wanted, but now it will at least be clear which page versions are used on the remote server .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question