Gulp 9
Streaming Build System Using Gulp.js
Gulp.js is a build system for application development. Gulp.js uses JavaScript programming language to create the application specific build system. In this demo,”We will learn to setup Gulp and create a simple build to generate a minified version of script file”. The Gulp can be installed using npm install gulp –save-dev command in a terminal.The […]