Answer the question
In order to leave comments, you need to log in
How to properly organize the process of developing large sites?
Today I realized that I can no longer support projects as a front-end developer ...
Now the process is as follows:
Answer the question
In order to leave comments, you need to log in
If all your points are automated (say, deploy via a CI server), then yes, it will be more convenient. Using git and less will already be more convenient.
We use CruiseControl and TortoiseSVN , very handy.
UPD: In fact, it happens like this: we download the necessary repository with a tortice, make code changes and commit the changes. Cruise Control sees that there have been changes, runs tests, and if everything is OK, publish.
If you don't have experience with CI setup, it's a good idea to first just update/export from the VCS to the filesystem on the server. For example via SSH. In this case, there will be troubles with the configs, but they are completely solved by adding files to ignore. What you wrote, especially in points 3 and 4, is correct, especially if you like less, but not trivial: not all JS files should be collected into one, different js are included on different pages. To compress CSS, always use absolute paths to images. Protection against double minification… It’s better not to rush into the pool with your head, but go by the method of gradual improvements:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question