-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
We're starting to test our Ember projects against the embroider
build system at https://github.com/embroider-build/embroider, and we're currently unable to build.
Are there a known set of remedies this project needs, to support embroider builds?
The specific issue we're hitting relates to ember-component-css
's pod-styles
file.
Build Error (OneShot)
/var/folders/kj/m25gsmy53134qzh_6w2jmjq40000gn/T/broccoli-136603YXK5PprOZui/out-07-funnel/addon.scss:1:2: Error: File to import not found or unreadable: pod-styles.
on line 1 of ../../../../var/folders/kj/m25gsmy53134qzh_6w2jmjq40000gn/T/broccoli-136603YXK5PprOZui/out-07-funnel/addon.scss
>> @import "pod-styles";
^
at SassCompiler
The particulars of our current setup are:
- pods folder structure
- Ember 3.12 LTS, soon moving to Ember 3.16 LTS
- a mix of PostCSS and SASS, moving to PostCSS
- an Ember pods PostCSS app that depends on an Ember pods SASS addon
This issue intends to start an Embroider-specific conversation around this particular build issue, as I may have time to contribute some fixes to get this project working.
Metadata
Metadata
Assignees
Labels
No labels