Cscott has submitted this change and it was merged. Change subject: Check out OCG/node_modules as a git submodule. ......................................................................
Check out OCG/node_modules as a git submodule. Change-Id: Iac7b0d800c4344b1845fcbf3bf65468bf29b2dbd --- M .gitignore A .gitmodules A node_modules 3 files changed, 3 insertions(+), 1 deletion(-) Approvals: Cscott: Verified; Looks good to me, approved diff --git a/.gitignore b/.gitignore index ce07fac..c40f84b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -node_modules bundle.zip cache diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f1db31a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "node_modules"] + path = node_modules + url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Collection/OfflineContentGenerator/node_modules diff --git a/node_modules b/node_modules new file mode 160000 index 0000000..0d1c824 --- /dev/null +++ b/node_modules +Subproject commit 0d1c8249998ca3e6a2f4a6a38d41e7852b8634fa -- To view, visit https://gerrit.wikimedia.org/r/96525 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iac7b0d800c4344b1845fcbf3bf65468bf29b2dbd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Collection/OfflineContentGenerator/bundler Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> Gerrit-Reviewer: Cscott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
