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

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