[
https://issues.apache.org/jira/browse/CB-9967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15534621#comment-15534621
]
ASF GitHub Bot commented on CB-9967:
------------------------------------
Github user audreyso commented on a diff in the pull request:
https://github.com/apache/cordova-js/pull/138#discussion_r81263858
--- Diff: tasks/lib/bundle.js ---
@@ -30,35 +30,44 @@ module.exports = function bundle(platform, debug,
commitId, platformVersion, pla
var scripts = collectFiles(path.join('src', 'scripts'));
var platformDep;
modules[''] = path.join('src', 'cordova.js');
-
+
//check to see if platform has cordova-js-src directory
if(fs.existsSync(platformPath) &&
fs.existsSync(path.join(platformPath, 'cordova-js-src'))) {
+ console.log(platformPath);
--- End diff --
fixed!
> remove platform specific code from cordova-js
> ---------------------------------------------
>
> Key: CB-9967
> URL: https://issues.apache.org/jira/browse/CB-9967
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaJS
> Reporter: Steve Gill
> Assignee: Audrey So
>
> Going to remove the platform specific code from cordova-js (exec, etc). Only
> affected usecase is if someone is using the new tools + browserify + old
> platforms (missing cordova-js-src). Not to worried about that use case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]