ember-colpick
ember-colpick copied to clipboard
add compatibility for FastBoot >=1.0.0
This takes care of #19 by using the new recommended patterns for selectively not eval'ing code that cannot run in server/FastBoot environments.
So I'm not sure how to fix the latest CI check failure... it seems like its now choking on the ES6 class syntax being used within the broccoli-merge-trees package that I have no control over. Does the .travis.yml config have to adjusted perhaps?