cfpb / generator-cf

Yeoman generator for Capital Framework
http://cfpb.github.io/capital-framework/getting-started/
Creative Commons Zero v1.0 Universal
9 stars 13 forks source link

Bower exportsOverrides appear to alphabetized, except... #74

Closed anselmbradford closed 9 years ago

anselmbradford commented 9 years ago

exportsOverrides entries in bower.json appear to be alphabetized, except https://github.com/cfpb/generator-cf/blob/master/app/templates/_bower.json#L26-L28 doesn't appear first in the list.

contolini commented 9 years ago

Death to exportsOverrides.

himedlooff commented 9 years ago

I love exportsOverrides : (

70s-head-shake

Scotchester commented 9 years ago

@himedlooff Me, too, man. Me, too. But it did cause tons of problems.

I think the next best thing is that we should use the ignore property liberally in our components' bower.json files, so that we're installing only what we absolutely need to. We can't control it for outside packages, but we can keep our own house in order.

contolini commented 9 years ago

Sorry. :pensive: If there's critical mass we can add it back. To me it has always felt like unnecessary over-engineering.

Scotchester commented 9 years ago

Nah, probably not. I was more expressing nostalgia than genuine desire to bring it back.

Since you figured out the pure @import method, it is a lot less useful.

himedlooff commented 9 years ago

It's all good, if this makes it simpler I'm all for it. =)