K
K
Konstantin Rudenko2016-11-18 00:14:15
Sass
Konstantin Rudenko, 2016-11-18 00:14:15

How are finished projects updated?

Hello!
I'm doing myself a small project, so to speak, I'm training. I'm making a site using jade, sass and js, I'm putting it all together with gulp. The output is files with minified data, which after the pens are uploaded to some server and a question arose.
How, after the work on the project is completed, is it updated, because this site cannot be forever unchanged, it will still need to change something, and then it will again be necessary to flatter the source, edit, recompile and upload to the server?
So I decided to ask knowledgeable people who have already made more than one web project and support them.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey delphinpro, 2016-11-18
@assistent0

will it be necessary to again flatter the source, edit, recompile and upload to the server?

bingo!

O
Oleg, 2016-11-18
@nugget-ekb

After the work on the project, the sources are not deleted) if necessary, make changes, edit the sources and compile everything again into minified files with the same gulp and upload them to the server :)

I
iBird Rose, 2016-11-18
@iiiBird

if you want to make your life easier, then do the union and minification not in gulp, but using the framework or cms. Right now, there are plugins for everyone, where you simply connect all css to the document via < link href, and < script src= all js, and at the output you get 2 files merged and minified.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question