From c9fb48ec5ffb231f121f5bbfcba31143cee28deb Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 3 Jan 2015 23:02:02 +0000 Subject: [PATCH] Updated install process --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7b1e433d..957b740d 100644 --- a/composer.json +++ b/composer.json @@ -58,12 +58,16 @@ "php artisan optimize", "chmod -R 755 app/storage", "php artisan cachet:one-click-deploy", - "$(npm bin -q)/gulp" + "bower install", + "npm install", + "gulp" ], "post-update-cmd": [ "php artisan clear-compiled", "php artisan optimize", - "$(npm bin -q)/gulp" + "bower install", + "npm install", + "gulp" ], "post-create-project-cmd": [ "php artisan key:generate"