Closed stuartha13 closed 10 years ago
It seem like this error happens when you bundle your app. Im not sure how to fixed it but i used meteor-tool@1.0.28 to compile this package and it is only supported on osx and linux 64 bit.
I stand corrected, but I think Heroku uses Linux 64-bit. I hadn't had a problem deploying my app before the Meteor 0.9 upgrade, and the SCSS packages are the only ones (so far) that are causing the builds to fail.
I have moved the SCSS out of my project now, and am compiling it separately to my project. Not ideal, but it's a bad workaround for now.
I am having the same problem, anything new on this?
i host my app on digital ocean and use meteor up to deploy, don't get any problem.
@daltonrenaldo check out the same issue and solution here:
https://github.com/fourseven/meteor-scss/issues/41
It has to do with the Heroku stack that you're deploying to. Try running
heroku stack:set cedar-14
and then pushing your code to Heroku.
Closing this issue since it is a Heroku issue and not that of the package author.
I was messing around with SCSS on the
leaderboard
Meteor example. I updated Meteor to 0.9 and since then I haven't been able to deploy to Heroku, but only if I include this package. Running the site locally works fine - it's only the Heroku deploy that breaks.I've been able to replicate the issue by simply taking the
leaderboard
example, addingparticle4dev:sass
, changingleaderboard.css
and renaming it toleaderboard.scss
, and deploying that to Heroku using this buildpack:https://github.com/djhi/heroku-buildpack-meteorite.git
This is the error message that I am getting. I'm having an identical error when using the
fourseven:scss
Meteor package: