From 258919ad1b7dcc81445e3275e8b21213b3a3c631 Mon Sep 17 00:00:00 2001 From: Ibrahim AshShohail Date: Sun, 29 Sep 2013 16:02:32 +0300 Subject: [PATCH 1/3] Moved pre-update-cmd to post-update-cmd --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1ead3fc9..7b97d80c 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,8 @@ "post-install-cmd": [ "php artisan optimize" ], - "pre-update-cmd": [ - "php artisan clear-compiled" - ], "post-update-cmd": [ + "php artisan clear-compiled" "php artisan optimize" ], "post-create-project-cmd": [ From aced8afaabd6cf122feb534eda121f7b4063d658 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 11 Oct 2013 22:34:42 -0500 Subject: [PATCH 2/3] Add missing comma. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b97d80c..6c31b14b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php artisan optimize" ], "post-update-cmd": [ - "php artisan clear-compiled" + "php artisan clear-compiled", "php artisan optimize" ], "post-create-project-cmd": [ From 52a96388250294825bea77f21cc8061ff8b0856a Mon Sep 17 00:00:00 2001 From: Joseph Silber Date: Sun, 13 Oct 2013 21:53:44 -0400 Subject: [PATCH 3/3] gitignore windows thumbnails --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba8704c5..e0d0d37d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /vendor composer.phar composer.lock -.DS_Store \ No newline at end of file +.DS_Store +Thumbs.db \ No newline at end of file