Browse Source

Changing remote repositories for submodules, fix permissions issues when updating

fastled
Xose Pérez 8 years ago
parent
commit
c21a9f22d2
3 changed files with 2 additions and 10 deletions
  1. +2
    -2
      .gitmodules
  2. +0
    -0
      code/build-all
  3. +0
    -8
      code/build_data

+ 2
- 2
.gitmodules View File

@ -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

code/build → code/build-all View File


+ 0
- 8
code/build_data View File

@ -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

Loading…
Cancel
Save