From 1494bd1a10f7370a75c839b3cd92943085b53abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Fri, 20 Oct 2017 13:15:00 +0200 Subject: [PATCH] Fixed dependecy problem in gulpfile with link-images --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f28862f6..5a8fc63b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -648,7 +648,7 @@ gulp.task("copy-extras", function() { .pipe(gulp.dest(paths.dist + "/")); }); -gulp.task("link-images", function(cb) { +gulp.task("link-images", ["copy-images"], function(cb) { try { fs.unlinkSync(paths.dist+"images"); } catch (exception) {