Skip to content

fix(ember-cli): Use separate file for CSS staging, merge app.css at end. #230

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

Merged
merged 2 commits into from
Feb 21, 2019

Conversation

amiller-gh
Copy link
Contributor

When integrating with tools like Eyeglass, the CSS preprocessors occasionally rely on the app.css symlink chain for module lookup. Previously, the ember-cli addon used the output app.[s]css file as the aggregate file between CSS Blocks addon instances. By using a new file, and merging at the very end of the build, we preserve the Broccoli symlink chain, getting out of the way of preprocessor builds.

@amiller-gh amiller-gh merged commit 40a0022 into master Feb 21, 2019
@amiller-gh amiller-gh deleted the amiller-gh/ember-cli-aggregator branch February 21, 2019 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant