lvbreda / Meteor_angularjs

279 stars 42 forks source link

changed path of app.html #19

Closed i-am-logger closed 6 years ago

i-am-logger commented 11 years ago

the app.html is no longer in the bundle folder.it is on the root.

lvbreda commented 11 years ago

Hi @isamuelson

I don't see any changes in the behavior are you experiencing errors?

i-am-logger commented 11 years ago

it didn't work me until i removed the bundle folder...I believe it caused me issue when deployed to heroku. Not sure. Anyway, I moved away from meteor for now.

sallespromanager commented 11 years ago

hello, i am still unable to deploy to heroku.

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

i don't know how to let heroku buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git

get the patched angularjs meteorite package, with @isamuelson patch to the app.html path.

the buildpack dev tmeasday believes this might some angularjs package issue.

https://github.com/oortcloud/heroku-buildpack-meteorite/issues/2#issuecomment-11725985

Any idea ?

ghost commented 11 years ago

I forked the heroku-buildpack-meteorite project to remove the ".meteor/heroku_build/app" directory to correct the problem with Meteor_angularjs package. https://github.com/mimah/heroku-buildpack-meteorite

lvbreda commented 11 years ago

Thank you @mimah , I will put it in the README.MD