Github user rodms10 commented on the pull request:
https://github.com/apache/cordova-firefoxos/pull/12#issuecomment-45392401
Can you pull from master and rebase your branch? I still don't see the
changes from the [clean up
PR](https://github.com/apache/cordova-firefoxos/pull/11) in your branch.
You still need the code to copy the `platform_www` folder from the
platform's folder to the project folder. You can do this by adding the
following to `bin/lib/create.js`:
``` js
shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project',
'platform_www'), project_path);
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---