diff --git a/.gitmodules b/.gitmodules index 3698bc19..96388f4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = https://github.com/thingSoC/embedis.git [submodule "code/vendor/nofuss"] path = code/vendor/nofuss - url = git@bitbucket.org:xoseperez/nofuss.git + url = https://bitbucket.org/xoseperez/nofuss.git [submodule "code/vendor/emonliteesp"] path = code/vendor/emonliteesp - url = git@bitbucket.org:xoseperez/emonliteesp.git + url = https://bitbucket.org/xoseperez/emonliteesp.git [submodule "code/vendor/RemoteSwitch-arduino-library"] path = code/vendor/RemoteSwitch-arduino-library url = https://github.com/jccprj/RemoteSwitch-arduino-library diff --git a/code/build b/code/build-all similarity index 100% rename from code/build rename to code/build-all diff --git a/code/build_data b/code/build_data deleted file mode 100755 index 4f49d890..00000000 --- a/code/build_data +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -rm -rf data/*.gz -cp html/*min.css data/ -cp html/*min.js data/ -cp html/index.html data/ -gzip data/*.js -gzip data/*.css -gzip data/*.html