Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created May 25, 2015 16:25
Show Gist options
  • Save marti1125/8d624566765e9ee703e5 to your computer and use it in GitHub Desktop.
Save marti1125/8d624566765e9ee703e5 to your computer and use it in GitHub Desktop.
test
(view as text)
Creating project from local git repos. If you have any errors, it may be from missing repositories.
To clone repositories:
./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r cli -r lib -r plugman -r firefoxos -r js -r plugins
mkdir cordova-cli/node_modules
(cd cordova-lib/cordova-lib/ && npm install)
(cd cordova-plugman/ && npm install)
mkdir cordova-cli/node_modules
ln -s ../../cordova-lib/cordova-lib cordova-cli/node_modules
(cd cordova-cli && npm install)
To update all repositories:
./cordova-coho/coho repo-update
Creating project mobilespec...
Creating a new cordova project.
C:\Users\Willy\slave_firefoxos\cordova-firefoxos\build\mobilespec C:\Users\Willy\slave_firefoxos\cordova-firefoxos\build
Adding platforms...
Adding Platform: firefoxos
Could not find firefoxos;
run: ./cordova-coho/coho repo-clone -r C:\Users\Willy\slave_firefoxos\cordova-firefoxos\build\cordova-firefoxos
C:\Users\Willy\slave_firefoxos\cordova-firefoxos\build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment