Skip to content

Commit

Permalink
Merge pull request #87 from jeremypoulter/server_improvements
Browse files Browse the repository at this point in the history
RFC: Embedded resources
  • Loading branch information
glynhudson authored Sep 9, 2017
2 parents cd17455 + 5b5b826 commit ad86a43
Show file tree
Hide file tree
Showing 41 changed files with 21,176 additions and 2,076 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ full-upload.sh
*.gch
.vscode/browse.vc.db*
.vscode/c_cpp_properties.json

# Python code
*.pyc
.cache
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ env:
cache:
directories:
- "~/.platformio"

install:
- pip install -U platformio
- pip install -U platformio
- platformio platform install espressif8266 --with-package tool-mkspiffs

script:
- platformio run -e $PIO_ENV
- platformio run -e $PIO_ENV
- platformio run -e $PIO_ENV -t buildfs
21 changes: 0 additions & 21 deletions lib/js/combine.sh

This file was deleted.

4 changes: 0 additions & 4 deletions lib/js/jquery.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions lib/js/jquery.slim.min.js

This file was deleted.

22 changes: 0 additions & 22 deletions lib/js/knockout.mapping.min.js

This file was deleted.

Loading

0 comments on commit ad86a43

Please sign in to comment.