From 3f9cd21dad1721759c15f1008e2d04baa74e0356 Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 28 Nov 2013 11:17:21 -0400 Subject: [PATCH] Img folder added to build-vendor for Michelangelo project --- build-vendor.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-vendor.php b/build-vendor.php index 5600e3839..e594ea4da 100644 --- a/build-vendor.php +++ b/build-vendor.php @@ -62,6 +62,9 @@ if (! is_dir($destinationDir.'/js')) { if (! is_dir($destinationDir.'/css')) { mkdir($destinationDir.'/css', 0777); } +if (! is_dir($destinationDir.'/img')) { + mkdir($destinationDir.'/img', 0777); +} if (! is_dir($destinationDir.'/mafe')) { mkdir($destinationDir.'/mafe', 0777); }