Quote from
rocote on April 4, 2020, 11:06 pm
I have a question about compiling an application.
For example, I produce a web application (pwa) for my videos.
When I compile the application, the process is a very long one because the compiler checks every time to make sure that the video data is available.
But, if I only modify the HTML structure is it sufficient to save only instead of compiling.
If not, is there any other way to speed up the compilation process?
Has more than 60 videos therefore, the compilation time becomes very long.
2 - Once compiled, what data should be sent to the web server (host)?
I know I don't have to send my videos every time, but I still wanted to know.
I know that the file "index.html" is very important. What else is there?
Thanks for the help!
Roger
I have a question about compiling an application.
For example, I produce a web application (pwa) for my videos.
When I compile the application, the process is a very long one because the compiler checks every time to make sure that the video data is available.
But, if I only modify the HTML structure is it sufficient to save only instead of compiling.
If not, is there any other way to speed up the compilation process?
Has more than 60 videos therefore, the compilation time becomes very long.
2 - Once compiled, what data should be sent to the web server (host)?
I know I don't have to send my videos every time, but I still wanted to know.
I know that the file "index.html" is very important. What else is there?
Thanks for the help!
Roger