Quick & Clean Development
Aug 19 2017- POSTED BY projecth
Development is iterative, and the most important thing for developers is to quickly see their changes. However, in a production […]
Read More
0 Comment
Development is iterative, and the most important thing for developers is to quickly see their changes. However, in a production […]
Read MoreOne of the most powerful aspects of gulp, is the ability to put multiple tasks together. Doing this allows you, […]
Read MoreConcat 1- Install the package and add it to the project dependencies npm install gulp-concat –save-dev 2- Replace all of […]
Read MoreYour First Task Create a file in the root folder of your project called gulpfile.js ‘use strict’; var gulp = […]
Read MoreGulp is JavaScript task runner. A task runner does what it sounds like. It performs tasks for you and Gulp […]
Read More