diff --git a/.gitmodules b/.gitmodules index 08d3aae..a5b0ba7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "elm-video"] path = elm-video - url = https://gitea.tforgione.fr/tforgione/elm-video + url = https://github.com/polymny/elm-video diff --git a/Makefile b/Makefile index 4c98506..7236318 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ js/main.js: src/** elm-video/src/** js/main.min.js: js/main.tmp.js @$(UGLIFYJS) $(BUILD_DIR)/main.tmp.js --compress 'pure_funcs="F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,A8,A9",pure_getters,keep_fargs=false,unsafe_comps,unsafe' | uglifyjs --mangle > $(BUILD_DIR)/main.min.js -js/main.tmp.js: src/** +js/main.tmp.js: src/** elm-video/src/** @$(ELM) make src/Main.elm --optimize --output $(BUILD_DIR)/main.tmp.js watch: diff --git a/elm-video b/elm-video index 082e7f0..6f281c5 160000 --- a/elm-video +++ b/elm-video @@ -1 +1 @@ -Subproject commit 082e7f0f924109e3ab7a627a7e7a90e369e37dc6 +Subproject commit 6f281c51c2e66e298078df7caded5ecdab4620ea