-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors prevented bundling: While processing files with angular-templates (for target web.browser): #25
Comments
+1 Same happening with me heroku buildpacks |
I think it's because meteor is trying to compile the vendor folder - and from what I've been reading there's been no progress on .meteorignore or something like that to omit certain directories from being compiles. I'm still looking, I'll update here if I find a solution for it. Maybe we can simply nix the .html files in the share folder here if it comes to it. |
I don't quite have it running just yet, but here are a few options:
|
Forked and Fixed! Meteor tries to compile the .html files and since this buildpack deploys into the app folder where typical heroku/meteor apps are installed it trips up over the docs. I simply updated the compile script to install into .vendor/ instead of vendor/ since meteor doesn't try to compile hidden folders. It worked! This is obviously a bit of an edge case since I'm sure of the people using this buildpack only a handful of us are using meteor, but this should come in handy for those deploying meteor apps to heroku. https://github.com/impossible-bureau/heroku-buildpack-graphicsmagick |
@jeffyamada 's repo just what I need! Thanks! It works well with Meteor 1.4 |
Hi there,
I'm trying to use graphicsmagick in my meteor-angular application. I use the following buildpacks:
After pushing to heroku I receive the following error:
The text was updated successfully, but these errors were encountered: