Created
May 25, 2015 16:25
-
-
Save marti1125/8d624566765e9ee703e5 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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