Gulp Part 01
In this article I'm going to discuss about one of the most popular angular Build Tool which is called Gulp. Component of modern front-end workflow npm : a programming library and package manager for Node.js and JavaScript (Node environment dev dependencies). yarn : A package manager for JavaScript. Bower : a package manager for the front-end dependencies . Chocolatey : Open-source decentralized package manager for Windows. Package Managers Automate packages and libraries that use in dev environment. Installation Upgrading Remove Dependencies What is build tool Collection of tasks that automate repetitive work. Why we need a build tool It helps to automate build processes. In general,mainly 4 things that can be automated by a build tool Development Testing Optimization and Deployment Present, there are so many build tools available for angular.Out of them the two most popular build tools are Gulp and Grunt . In this article I am discussin...