Skip to content
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

app.css is in dist folder once with and once without fingerprint #954

Open
mydea opened this issue Aug 31, 2021 · 1 comment
Open

app.css is in dist folder once with and once without fingerprint #954

mydea opened this issue Aug 31, 2021 · 1 comment

Comments

@mydea
Copy link
Contributor

mydea commented Aug 31, 2021

I noticed that when building with embroider, the main app.css will be in the dist folder twice after building, once without and once with fingerprint.

To reproduce:

  1. Checkout https://github.com/mydea/ember-issue-reproductions/tree/fn/embroider-app-css
  2. Run yarn && ember b --prod
  3. Look into dist/assets, you'll find both ember-issue-reproductions.css as well as ember-issue-reproductions.xxxxx.css

The non-fingerprinted one seems to be non-minimized, too, so I would guess it is somehow left over in the processing of the file.

@bertdeblock
Copy link
Contributor

I can confirm this issue, I've noticed this as well.

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

No branches or pull requests

2 participants