Hi Team,I am using gulp with frontend-maven-plugin. All my tasks defined in gulp are working fine. There is just one BIG issue. After gulp task executes the cmd waits in an infinite loop. Below is the gulpfile.js:var gulp = require('gulp');var concat = require('gulp-concat');var minifyCSS = require(...