-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ember-cli-eyeglass ignores OutputPath #225
Comments
Could you provide a more detailed example. As that way we can see exactly what you are expecting (input/output). As eyeglass allows for some additional conventions, it may not be possible to preserve the above semantics in all scenarios. By seeing yours we can provide a more accurate response/fix/idea/doc-fix |
Sure,
the file The problem is that here:
it is taking outputPath variable which is always Instead, the fourth parameter should be used which includes the 'outputPaths' specified in the config. |
@stefanpenner IMO, preprocessors shouldn't have to know the internals of ember-cli's configuration. IMO eyeglass should translate *.scss to *.css and then ember-cli should do these renames on the css files according to the config that it is in charge of implementing. |
Package
This issue is related to the following monorepo package(s):
Description
Ember-cli-eyeglass does not respect outputPath configuration like the example in ember docs:
https://ember-cli.com/user-guide/#configuring-output-paths
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Css file should show in the right location
The text was updated successfully, but these errors were encountered: