forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure properly the submodule to include proper sources on cordova…
…-plugin-meteor-webapp npm package
- Loading branch information
1 parent
121343f
commit d6cf404
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
[submodule "packages/non-core/blaze"] | ||
path = packages/non-core/blaze | ||
url = https://github.com/meteor/blaze.git | ||
url = https://github.com/meteor/blaze.git | ||
[submodule "npm-packages/cordova-plugin-meteor-webapp/src/ios/GCDWebServer"] | ||
path = npm-packages/cordova-plugin-meteor-webapp/src/ios/GCDWebServer | ||
url = https://github.com/meteor/GCDWebServer.git | ||
branch = master |
Submodule GCDWebServer
added at
38e9bf