Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit df7fe1f

Browse files
notprathapPatrickJS
authored andcommitted
fix: Defining sync variable in the gulp file (#6)
1 parent c7a8d6c commit df7fe1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ Update `gulpfile.js`
190190
```js
191191
var gulp = require('gulp');
192192
var serve = require('browser-sync');
193+
var sync = require('run-sequence');
193194

194195
// ... previously defined tasks
195196

0 commit comments

Comments
 (0)