Revert "Updated build stuff"

This reverts commit cf263150df.
This commit is contained in:
Graham Campbell
2015-01-03 23:11:20 +00:00
parent bdd8306a4f
commit d00e413656
8 changed files with 14 additions and 19 deletions

View File

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