Closed redonkulus closed 10 years ago
@redonkulus I tried this with my branch - https://github.com/pranavparikh/arrow/tree/yuiPeerDep
The unit test job is failing - https://travis-ci.org/pranavparikh/arrow/jobs/23096707 Need to debug more.
@pranavparikh Any updates here? The builds looks like it's passing now
@akshayp @redonkulus
I'm testing this out here - https://github.com/pranavparikh/arrow/tree/yuiPeerDep
I had to add yui as devDependency as Arrow uses ytestrunner (which needs yui) for running unit tests. Else the build fails - https://travis-ci.org/pranavparikh/arrow/jobs/24354378
Not sure if its a correct approach.Do you know of any other solution ?
Here's the test project https://github.com/pranavparikh/myTestProject
closing this as we are tracking it on #242
This allows applications to determine which YUI version is used with Arrow. If they do not specify YUI, then Arrow will use the latest stable.
@pranavparikh