update submodules
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -13,7 +13,3 @@
|
|||||||
[submodule "submodules/materialize"]
|
[submodule "submodules/materialize"]
|
||||||
path = submodules/materialize
|
path = submodules/materialize
|
||||||
url = https://github.com/materializecss/materialize.git
|
url = https://github.com/materializecss/materialize.git
|
||||||
|
|
||||||
[submodule "submodules/video.js"]
|
|
||||||
path = submodules/video.js
|
|
||||||
url = https://github.com/videojs/video.js.git
|
|
||||||
|
|||||||
@@ -1,14 +1,17 @@
|
|||||||
include passwords
|
include passwords
|
||||||
|
|
||||||
.PHONY: updateSubmodules
|
.PHONY: updateSubmodules
|
||||||
updateSubmodules:
|
updateSubmodules: checkoutSubmodulesDefaultBranches
|
||||||
|
git submodule foreach git pull
|
||||||
|
|
||||||
|
.PHONY:
|
||||||
|
checkoutSubmodulesDefaultBranches:
|
||||||
git -C lite-youtube-embed checkout master
|
git -C lite-youtube-embed checkout master
|
||||||
git -C materialize checkout main
|
git -C materialize checkout main
|
||||||
git -C parsedown checkout master
|
git -C parsedown checkout master
|
||||||
git -C spyc checkout master
|
git -C spyc checkout master
|
||||||
git -C zopfli checkout master
|
git -C zopfli checkout master
|
||||||
|
|
||||||
git submodule foreach git pull
|
|
||||||
|
|
||||||
.PHONY: buildMaterialize
|
.PHONY: buildMaterialize
|
||||||
buildMaterialize: updateSubmodules
|
buildMaterialize: updateSubmodules
|
||||||
|
|||||||
Submodule submodules/video.js deleted from 53cbfc6222
Reference in New Issue
Block a user