EmberSherpa / ember-cli-velocity

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

Addon installation broken under ember-cli v0.2.2 #2

Closed jacojoubert closed 8 years ago

jacojoubert commented 9 years ago

Installing the addon under the latest version of ember-cli breaks because pickFiles and mergeTrees has been deprecated.

[Deprecated] this.pickFiles is deprecated, please use broccoli-funnel directly instead [addon: ember-cli-velocity] [Deprecated] this.mergeTrees is deprecated, please use broccoli-merge-trees directly instead [addon: ember-cli-velocity] [Deprecated] this.pickFiles is deprecated, please use broccoli-funnel directly instead [addon: ember-cli-velocity] [Deprecated] this.mergeTrees is deprecated, please use broccoli-merge-trees directly instead [addon: ember-cli-velocity]

taras commented 9 years ago

Ok, I'll update it, unless you want to make a PR first ;)

taras commented 9 years ago

Just pushed 0.3.1, should work. Please give it a try.

runspired commented 8 years ago

This was resolved by the fixes above.