Pass Parameter to Gulp Task
Normally we can run gulp task from console via something like gulp mytask. Is there anyway that I can pass in parameter to … Read more
Normally we can run gulp task from console via something like gulp mytask. Is there anyway that I can pass in parameter to … Read more
I have the following gulpfile.js, which I’m executing via the command line gulp message: var gulp = require(‘gulp’); gulp.task(‘message’, function() { console.log(“HTTP Server … Read more