Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-firefoxos/pull/7#discussion_r12001306 --- Diff: bin/lib/create.js --- @@ -53,14 +54,24 @@ exports.createProject = function(project_path,package_name,project_name){ //copy template folder shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project', 'www'), project_path); + + //copy check_reqs file ,creat bin/lib if it does not exist yet + if(!fs.existsSync(path.join(project_path,'cordova', 'lib'))) { --- End diff -- not sure about this file, but often it's `if (`
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---