You can launch the Task Runner Explorer by doing a right mouse click on the gulpfile.js and choosing Task Runner Explorer from the context menu. Within the Task Runner Explorer you will see all the Gulp tasks. Many of the task are dependencies used by other tasks, but many are stand alone.
Here is a list of the stand-alone gulp tasks used to prepare the application for development and deployment.
• bundle-css-dev
• concat-libraries
• bundle-js
• and, bundle-app-release
After running these 4 gulp task, you will have created all the bundles. The last one, “bundle-app-release”, is only necessary for a release build, so you must run it before publishing the application to the server, but it is not necessary for the debug mode.
By the way, you have probably figured this out by now, but if not, when I mention the Debug mode, I mean when your project is under development, before publishing to the server.
On this page of the site you can watch the video online Task Runner Explorer with a duration of hours minute second in good quality, which was uploaded by the user David Donovan 23 August 2017, share the link with friends and acquaintances, this video has already been watched 4,151 times on youtube and it was liked by 8 viewers. Enjoy your viewing!