Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
-
None
Description
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.
steps to reproduce:
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
The cordova_plugins.js file and plugins/ directory will be created under the default www directory, but not custom_www
Attachments
Issue Links
- is related to
-
CB-3317 extend plugman with optional www_dir parameter
- Closed