alphasights / ember-calendar

An awesome Ember calendar, designed with composability and reusability in mind.
https://alphasights.github.io/ember-calendar/demo
MIT License
157 stars 47 forks source link

Build fails when main project uses sass instead of scss for ember-cli-sass #130

Open QuinnTorres opened 7 years ago

QuinnTorres commented 7 years ago

Build failed. The Broccoli Plugin: [BroccoliMergeTrees] failed with: Error: File not found: /addon.sass

I'm getting the message above after installing ember-calendar and ember-cli-sass to a fresh ember new project, and then adding the option sassOptions : { extension: 'sass' } to ember-cli-build.js. My original project uses .sass files for styling, so the option is necessary, but it seems to break the styling of the addon, which I am not attempting to use or import at all.

Changing the addon.scss file to addon.sass within the node module fixes the problem, but doesn't seem to be a good solution. Any help?

willrax commented 7 years ago

Hm, strange, I'll take a look today @QuinnTorres