Ensure Gulp tasks run sequentially

So that images are always copied into place before trying to build the
SASS.
This commit is contained in:
Chris Hill-Scott
2019-02-06 16:09:39 +00:00
parent 8f6c6e08e4
commit 06a9e56589
2 changed files with 20 additions and 14 deletions

View File

@@ -44,6 +44,7 @@
"gulp-prettyerror": "1.2.1",
"gulp-sass-lint": "1.2.0",
"jshint": "2.9.5",
"jshint-stylish": "2.2.1"
"jshint-stylish": "2.2.1",
"run-sequence": "^2.2.1"
}
}