Fixed dependecy problem in gulpfile with link-images

stable
Jesús Espino 2017-10-20 13:15:00 +02:00
parent b3ee6561e0
commit 1494bd1a10
1 changed files with 1 additions and 1 deletions

View File

@ -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) {