Nodejs 13
PM2 Process Manager For NodeJS in Windows
PM2 is a Process Manager for NodeJS and IOJS application in production environment. PM2 supports Express,Hapi,Geddy and Sail etc framework for NodeJS based web application. PM2 helps the application to run forever,reload application without downtime and common admin tasks In this Demo, “We will learn to install,configure the PM2 in Window”. PM2 module can be […]
Live Reload Using Gulp
In my previous post we have learnt about JavaScript minification using Gulp-Uglify plugin. In this demo, “We will learn about Live Reload using Gulp For refreshing browser automatically for a change in CSS or JS”. LiveReload monitors changes in the file system and process the update and refresh the browser. The gulp-livereload is the gulp […]
Gulp Task For JavaScript Minification
In my previous post we have developed a task to convert SCSS files to CSS using gulp-sass plugin. In this Demo, “We will learn to create a Gulp task for minifying javascript file using gulp-uglify plugin”. The gulp-uglify plugin is based on UglifyJS2 library.UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit. The gulp-uglify […]
Gulp Task For SCSS to CSS Conversion
In my previous post we have introduced to Gulp task. In this Demo, “We will learn about gulp-sass plugin and create a task that reads the SCSS file generate the CSS file and listens to changes to SCSS file and generates the corresponding CSS”. The gulp-sass plugin can be used to create a Gulp task […]