Or you can do like this:
gulp.start('task1', 'task2');
Related Contents:
- How to run Gulp tasks sequentially one after the other
- Is it possible to pass a flag to Gulp to have it run tasks in different ways?
- Node update a specific package
- Why do we need to install gulp globally and locally?
- Expected linebreaks to be ‘LF’ but found ‘CRLF’ linebreak-style
- After installation of Gulp: “no command ‘gulp’ found”
- How to prevent moment.js from loading locales with webpack?
- Concat scripts in order with Gulp
- Gulp error: watch task has to be a function
- Gulps gulp.watch not triggered for new or deleted files?
- Gulp.js task, return on src?
- Gulp Error: Cannot find module ‘jshint/src/cli’
- How to uglify output with Browserify in Gulp?
- Karma: Running a single test file from command line
- Javascript: get package.json data in gulpfile.js
- Modify file in place (same dest) using Gulp.js and a globbing pattern
- Multiple file extensions within the same directory using Gulp
- How to get the available tasks list in gulp
- How to go back 1 folder level with __dirname?
- console.log to stdout on gulp events
- UglifyJS throws unexpected token: keyword (const) with node_modules
- Error: Couldn’t find preset “es2015” relative to directory “/Users/username”
- How to copy multiple files and keep the folder structure with Gulp
- SyntaxError: ‘import’ and ‘export’ may appear only with ‘sourceType: module’ – Gulp
- Browserify, Babel 6, Gulp – Unexpected token on spread operator
- Uglify SyntaxError: Unexpected token: punc ())
- Gulp minify multiple js files to one
- How can Gulp be restarted upon each Gulpfile change?
- Gulp – copy and rename a file
- How to save a stream into multiple destinations with Gulp.js?
- GulpUglifyError:Unable to minify JavaScript
- How to debug a Gulp task?
- Why do I have to use vinyl-source-stream with gulp?
- How to delete compiled JS files from previous typescript(.ts) files?
- How can I write a simple gulp pipe function?
- Running a shell command from gulp
- gulp task issue with nodejs v10.3.0 : src\node_contextify.cc:629: Assertion `args[1]->IsString()’ failed
- gulp: uglify and sourcemaps
- How to minify ES6 functions with gulp-uglify?
- Can I use a Gulp task with multiple sources and multiple destinations?
- how to make Gulp stop watching files
- Message “Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout”
- React component initialize state from props
- Simplest SOAP example
- How can I get selector from jQuery object
- from green to red color depend on percentage
- The use of the triple exclamation mark
- Capturing javascript console.log? [duplicate]
- Setting attributes on a collection – backbone js
- Attaching ‘onclick’ event to D3 chart background