[
https://issues.apache.org/jira/browse/CB-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15142339#comment-15142339
]
ASF GitHub Bot commented on CB-10584:
-------------------------------------
Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/385#discussion_r52569334
--- Diff: cordova-lib/src/plugman/browserify.js ---
@@ -106,7 +106,7 @@ module.exports = function doBrowserify (project,
platformApi, pluginInfoProvider
commitId = cId;
return getPlatformVersion(commitId, platformApi.root);
}).then(function(platformVersion){
- var libraryRelease = bundle(platform, false, commitId,
platformVersion);
+ var libraryRelease = bundle(platform, false, commitId,
platformVersion, wwwDir);
--- End diff --
Shouldn't we use `platform_www` directory here instead of `<platform>/www`?
> Splashscreen plugin crashes the app on windows 10 when built with browserify
> ----------------------------------------------------------------------------
>
> Key: CB-10584
> URL: https://issues.apache.org/jira/browse/CB-10584
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin SplashScreen, Windows
> Affects Versions: 3.2.0
> Environment: Windows 10
> Reporter: Alexander Sorokin
> Assignee: Sergey Shakhnazarov
> Priority: Critical
> Labels: Windows, Windows10
>
> {noformat}
> cordova create foo
> cd foo
> cordova platform add windows
> cordova plugin add https://github.com/apache/cordova-plugin-splashscreen
> add to config.xml:
> <preference name="windows-target-version" value="10.0" />
> cordova run --browserify
> {noformat}
> The app crashes right after start. Reported error message is: "WinJS is
> undefined".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]