Skip to content

Sass includePaths #203

Closed
adopted-ember-addons/ember-cli-sass
#150
@davearel

Description

@davearel

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions