Skip to content

Commit

Permalink
Added combined css and js files, for AP mode.
Browse files Browse the repository at this point in the history
Should reduce the number of requests the browser makes simultaneously,
and prevent the ESP8266 web server from dropping requests.
  • Loading branch information
jasoncoon committed Jul 1, 2017
1 parent 403b2d1 commit c171715
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/css/combined.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions data/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<!-- <link rel="stylesheet" href="css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="css/jquery.minicolors.min.css"> -->

<!-- request combined CSS from the ESP8266 web server -->
<!-- <link rel="stylesheet" href="css/combined.css"> -->

<link rel="stylesheet" href="css/styles.css">

<link rel="icon" href="images/atom196.png">
Expand Down Expand Up @@ -226,6 +229,9 @@
<!-- <script src="js/jquery.minicolors.min.js"></script> -->
<!-- <script src="js/r-websocket.min.js"></script> -->

<!-- request combined js from the ESP8266 web server -->
<!-- <script src="js/combined.js"></script> -->

<script src="js/app.js"></script>

</body>
Expand Down
Loading

0 comments on commit c171715

Please sign in to comment.