movableink / ember-pop-over

A pop-over component for Ember apps
MIT License
15 stars 22 forks source link

Is there any particular reason why the `flows.js` file is created directly under the /app folder? #29

Open ugoa opened 8 years ago

ugoa commented 8 years ago

It's kind of bizarre for an addon not having all its content under its own directory, unless I missed some background knowledge behind this decision, otherwise I would suggest to move flows.js file back to a more proper place inside the addon itself.

Thanks.

tim-evans commented 8 years ago

The idea is that flows.js maps nicely to transitions.js (liquid-fire creates this).