Build assets on at compile time. No more static assets in the repo.

This commit is contained in:
Graham Campbell
2015-01-03 23:11:50 +00:00
committed by James Brooks
parent d00e413656
commit 307d07a80a
20 changed files with 29 additions and 2285 deletions

View File

@@ -50,13 +50,17 @@
"index-document": "index.php",
"log-files": [
"app/storage/logs/laravel.log"
],
"compile": [
"bower install",
"gulp"
]
}
},
"scripts": {
"post-install-cmd": [
"php artisan optimize",
"chmod -R 755 app/storage",
"chmod -R 777 app/storage public",
"php artisan cachet:one-click-deploy"
],
"post-update-cmd": [