Revert "Updated install process"

This reverts commit c9fb48ec5f.
This commit is contained in:
Graham Campbell
2015-01-03 23:11:04 +00:00
parent c9fb48ec5f
commit 9a2f61f866

View File

@@ -58,16 +58,12 @@
"php artisan optimize",
"chmod -R 755 app/storage",
"php artisan cachet:one-click-deploy",
"bower install",
"npm install",
"gulp"
"$(npm bin -q)/gulp"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize",
"bower install",
"npm install",
"gulp"
"$(npm bin -q)/gulp"
],
"post-create-project-cmd": [
"php artisan key:generate"