You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Marcel Kinard <cm...@gmail.com> on 2012/10/24 18:09:23 UTC

incubator-cordova-coho pull request: improved docs and fixed testcases

Sending this manually, as it appears it didn't get generated 
automatically. Thanks!



GitHub user cmarcelk opened a pull request:

     https://github.com/apache/incubator-cordova-coho/pull/2

     improved docs and fixed testcases

     See https://issues.apache.org/jira/browse/CB-1699
     
     - cleaned up some whitespaces in the coho script and output a message describing where the generated artifact is located.
     - added missing platform arg when invoking coho from tests.coffee script
     - commented out bin tests since coho does not generate bin content
     - fixed broken tests. They all pass now.
     - change from deprecated path.existsSync to fs.existsSync


You can merge this pull request into a Git repository by running:

     $ git pull https://github.com/cmarcelk/incubator-cordova-mobile-spec CB-1682

Alternatively you can review and apply these changes as the patch at:

     https://github.com/apache/incubator-cordova-mobile-spec/pull/13.patch

----
commit 6540ff3d9edee3e820e95b94fb89d49417390ccd
Author: Marcel Kinard <cm...@gmail.com>

----