[
https://issues.apache.org/jira/browse/CB-6272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936249#comment-13936249
]
ASF GitHub Bot commented on CB-6272:
------------------------------------
GitHub user jbondc opened a pull request:
https://github.com/apache/cordova-plugman/pull/66
CB-6272 Fix subdir bug + tests & meta fetch with a src directory
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gdesolutions/cordova-plugman CB-6272
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugman/pull/66.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #66
----
commit ea5c8e744048326d0eb479bc457f46f204237e38
Author: jbondc <[email protected]>
Date: 2014-03-15T16:59:42Z
CB-6272 Fix subdir bug + tests & meta fetch with a src directory
----
> Fix subdir handling
> -------------------
>
> Key: CB-6272
> URL: https://issues.apache.org/jira/browse/CB-6272
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugman
> Affects Versions: 3.5.0
> Reporter: Josh Soref
> Assignee: Josh Soref
> Priority: Blocker
>
> CB-6160 landed [~jbondc]'s ae2ce7ac6325d1c6558365b4be82e5a8ff0983b9
> which broke some portion of install:
> + if (dep.subdir) {
> + dep.subdir = path.join(dep.subdir.split('/'));
> ...
> - if (dep_subdir) {
> - dep_subdir = path.join.apply(null,
> dep_subdir.split('/'));
--
This message was sent by Atlassian JIRA
(v6.2#6252)