Remove compiling of assets on Heroku, remove custom buildpack

This commit is contained in:
James Brooks
2015-02-21 12:59:20 +00:00
parent b8ee0e1f5c
commit 62e1825d01
2 changed files with 1 additions and 6 deletions

View File

@@ -15,8 +15,7 @@
"heroku-postgresql"
],
"env": {
"ENV": { "value": "heroku", "description": "Do not modify this value as it's required to work on Heroku." },
"BUILDPACK_URL": { "value": "https://github.com/cachethq/cachet-buildpack", "description": "Do not modify this value as it's required to work on Heroku." }
"ENV": { "value": "heroku", "description": "Do not modify this value as it's required to work on Heroku." }
},
"scripts": {
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate;"

View File

@@ -56,10 +56,6 @@
"index-document": "index.php",
"log-files": [
"app/storage/logs/laravel.log"
],
"compile": [
"bower install",
"gulp"
]
}
},