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

1.13.0 does not concatenate files located at vendor/ #4446

Closed
givanse opened this issue Jul 14, 2015 · 4 comments
Closed

1.13.0 does not concatenate files located at vendor/ #4446

givanse opened this issue Jul 14, 2015 · 4 comments
Labels

Comments

@givanse
Copy link

givanse commented Jul 14, 2015

Say you have this file:

vendor/fontello/css/fontello.css

You add it in your Brocfile like this:

app.import('vendor/fontello/css/fontello.css');

And when you build the app, the contents of the file will be missing from vendor.css.

This was working with 0.2.7.

@gmurphey
Copy link
Contributor

I wasn't able to reproduce this. I think it may be an issue of transitioning the app.import from Brocfile.js to ember-cli-build.js?

https://github.com/ember-cli/ember-cli/blob/master/TRANSITION.md

@timkellogg
Copy link

I was having a similar issue but migrating Brocfile seemed to have solved it.

@stefanpenner
Copy link
Contributor

on that note, i will close this. If the problem, post transition still appears we can reopen.

@givanse
Copy link
Author

givanse commented Jul 14, 2015

False alarm, I never noticed the new file. I migrated the configs and all is good, thanks!

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

No branches or pull requests

4 participants