Refactoring of just about everything, interface beginning to come together

This commit is contained in:
Colin McLeod
2015-04-28 00:46:51 -07:00
parent 7d527cdfef
commit f736a078ec
112 changed files with 3626 additions and 1210 deletions

View File

@@ -37,10 +37,11 @@ http {
server {
listen 3300;
server_name localhost;
root ./build/;
index index.html;
location / {
root ./build/;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}
}
}