diff --git a/.gitignore b/.gitignore index 685006f..c61f8f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ clients/web/node_modules/ + +clients/web/\.vscode/ diff --git a/clients/web/build/index.htm b/clients/web/build/index.htm index 1592777..ce8333e 100644 --- a/clients/web/build/index.htm +++ b/clients/web/build/index.htm @@ -1,10 +1,10 @@ - + - + @@ -104,14 +104,14 @@

-

+


-

+

@@ -154,8 +154,8 @@ - - + + - + + \ No newline at end of file diff --git a/clients/web/src/offline.appcache b/clients/web/src/offline.appcache deleted file mode 100644 index 67fbc28..0000000 --- a/clients/web/src/offline.appcache +++ /dev/null @@ -1,13 +0,0 @@ -CACHE MANIFEST - -# Explicitly cached 'master entries'. -# index.html -http://code.jquery.com/jquery-2.1.1.min.js -http://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/js/materialize.min.js -http://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css -http://fonts.googleapis.com/icon?family=Material+Icons - - -# Resources that require the user to be online. -NETWORK: -* \ No newline at end of file