Description
I'm having major performance issues with the sass compiler due to a bunch of linked bower and NPM packages. The solution is to limit the sass compiler to app/styles
and explicitly defined includePaths
. This is done by enabling the onlyIncluded
flag in ember-cli-sass
(see: ember-cli-sass#usage).
I have done this, and it's significantly faster. The problem is that I can't seem to include pod-styles
. Can I include a particular path in order for ember-cli-sass
to pick up the pod-styles
?
Metadata
Metadata
Assignees
Labels
No labels