Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Add ability to provide additional folders in the stylesPath for SASS compilation #44

Open
habdelra opened this issue Mar 31, 2017 · 1 comment

Comments

@habdelra
Copy link

We use the bourbon SASS library in our application (which is installed via Bower). However, there isn't a means by which we can add additional folders to the stylesPath on https://github.com/glimmerjs/glimmer-application-pipeline/blob/master/src/broccoli/glimmer-app.ts#L331 without extending the GlimmerApp class. It would be nice to be able to pass in an array of additional style paths (so that we can add bourbon scss assets from its bower_components folder) that could be concat'ed to the stylesPath.

@rwjblue
Copy link
Member

rwjblue commented Mar 31, 2017

We are in the process of updating the build a pipeline to call hooks much more similar to a standard ember apps pipeline. This would allow ember-cli-sass to continue to function without needing to modify the build pipeline manually.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants