Features of the JavaScript Release Build
The Angular.Net Starter App has many features that can make your application perform faster and make it easier to maintain, and one of the main the features is creating a Release Build.
However, by now, you should realize that the Release build, is only used in Release mode. As an example, before you will published to the server.
Creating a Release build, is one of the features that does many things in one process. Within the Angular.Net Starter App, I am using the pre-commit git hook to automate the following tasks for the Release build. Here is a list of all the things accomplished by creating a Release build using the routines provided by the Angular.Net Starter App.
• Separate the Angular framework code from the application code,
• Bundle the Angular framework with the 3rd party libraries,
• Minify the Angular framework bundle
• Squash the HTML and CSS into the components
• Bundle the application code
• Minify the application bundle
• Enable the production mode
• Create an application manifest
• And bump up the version number
These are all the features that occur automatically, when creating a Release build using a pre-commit Git hook.
It is important to realize that you will not be able to do a commit, to fully see how this works automatically, unless you are using your own Git Repo.
This git hook works for me, on the original Angular.Net Starter App Git repository, because I own that repository. If you are pointing to your own repository, this will work for you. Later, in this course, I will detail how to debug your Git Hooks.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Features of the JavaScript Release Build», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.