EmberSherpa / ember-cli-velocity

EmberCLI Addon wrapper for Velocity.js
MIT License
10 stars 11 forks source link

Duplicate velocity source files when building app together with liquid fire #12

Open koemeet opened 8 years ago

koemeet commented 8 years ago

Liquid fire also required the velocity-animate package and it stores it under /velocity, while this library stores it under /velocity-animate. In the end, you will end up with a vendor.js with duplicated code. How can this be solved?

jeroenhouben commented 7 years ago

@steffenbrem all I want is to use Velocity() of $().velocity in my Ember app. I already have liquid-fire in my App so it can't be that hard right? Do I really need this package?