From f009ff7b2c08b75c1c57e76e7f4d1339d9380528 Mon Sep 17 00:00:00 2001 From: anvanza Date: Sun, 12 Oct 2014 19:40:45 +0200 Subject: [PATCH] Update package.json gulp-if seems to be missing when calling mix.less in the Gulpfile --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b5db4fba..d33b7945 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "gulp-sass": "^1.1.0", "gulp-shell": "^0.2.9", "gulp-uglify": "^1.0.1", + "gulp-if": "^1.2.5", "gulp-util": "^3.0.1", "install": "^0.1.7", "npm": "^2.1.2",