Tutorial by Examples

NOTE This page illustrates use of gulp plugins like browser-sync , gulp-watch and run-sequence , and continues discussing gulp-workflow-automation from where we left off at Gulpjs-workflow-automation-1 of 2. In case you landed here , consider going through that post first. Default Task ...
So now, let us finish the gulpfile code , by defining a Default task. the default task is the one that runs, when you just say gulp on a command prompt under the root of your project. $.task('default', ['generateResponsiveImages'], function() { $.start('watchdog'); console.log('Starting In...

Page 1 of 1