Liyong Wang created CB-5579:
-------------------------------
Summary: plugman does not honor optional www_dir parameter
Key: CB-5579
URL: https://issues.apache.org/jira/browse/CB-5579
Project: Apache Cordova
Issue Type: Bug
Components: Plugman
Affects Versions: 3.2.0
Reporter: Liyong Wang
According to plugman documentation, plugman should allow changing the location of a project's
www directory via --www parameter. However, it still uses the default www directory for prepare
command.
steps to reproduce:
{noformat}
cordova create Baz
cd Baz
cordova platform add android
plugman install --platform android --project platforms/android --plugin https://github.com/apache/cordova-plugin-device.git
--www ./custom_www
{noformat}
The cordova_plugins.js file and plugins/ directory will be created under the default www directory,
but not custom_www
--
This message was sent by Atlassian JIRA
(v6.1#6144)
|