Closed i-am-logger closed 11 years ago
hi, i also bumped into the same problem trying to deploy
https://github.com/bevanhunt/meteor-angular-leaderboard.git
using the BUILDPACK
https://github.com/oortcloud/heroku-buildpack-meteorite.git
2012-12-27T16:41:08+00:00 app[web.1]: Error: ENOENT, no such file or directory '/app/.meteor/local/build/app.html' 2012-12-27T16:41:08+00:00 app[web.1]: at Object.fs.openSync (fs.js:338:18) 2012-12-27T16:41:08+00:00 app[web.1]: at Object.fs.readFileSync (fs.js:182:15) 2012-12-27T16:41:08+00:00 app[web.1]: at app/packages/angularjs/server.js:12:25 2012-12-27T16:41:08+00:00 app[web.1]: at Object.fs.readFileSync (fs.js:182:15) 2012-12-27T16:41:08+00:00 app[web.1]: Error: ENOENT, no such file or directory '/app/.meteor/local/build/app.html' 2012-12-27T16:41:08+00:00 app[web.1]: at app/packages/angularjs/server.js:12:25 2012-12-27T16:41:08+00:00 app[web.1]: at Object.fs.openSync (fs.js:338:18)
I believe this is a problem with the angularjs meteorite package. Please open a bug there, and let me know if this is not the case.
I forked the project to remove the ".meteor/heroku_build/app" directory. This directory can cause problems with some meteorite packages. https://github.com/mimah/heroku-buildpack-meteorite
step to reproduce:
now go to the deploy site and see the following error:
Error: ENOENT, no such file or directory '/app/.meteor/local/build/app.html' at Object.fs.openSync (fs.js:338:18) at Object.fs.readFileSync (fs.js:182:15) at app/packages/angularjs/server.js:12:25