Skip to content

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

Merged
amiller-gh merged 2 commits intomasterfrom
amiller-gh/ember-cli-aggregator
Feb 21, 2019
Merged

fix(ember-cli): Use separate file for CSS staging, merge app.css at end.#230
amiller-gh merged 2 commits intomasterfrom
amiller-gh/ember-cli-aggregator

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