jordansissel / heroku-buildpack-meteor

a heroku buildpack for meteor (meteor.com)
588 stars 264 forks source link

Build has errors with flemay:less-autoprefixer/semantic-ui #50

Closed charlottetan closed 8 years ago

charlottetan commented 8 years ago

My app uses semantic-ui and running meteor on it works fine, but when building the app via the buildpack, I run into this:

remote: -----> Building Meteor App Bundle
remote:        Errors prevented bundling:
remote:        While processing files with flemay:less-autoprefixer (for target web.browser):
remote:        client/app.less:2: Unknown import:
remote:        lib/semantic-ui/definitions/globals/site.import.less

And despite this error, it continues with the deployment anyway, leading to a broken app being deployed.

charlottetan commented 8 years ago

This seems to be an issue with Semantic-UI