diff --git a/.gitignore b/.gitignore index d8b88e56b..e3dd6f49c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,4 @@ bin debug __debug_bin files -octo.db +octo*.db diff --git a/Makefile b/Makefile index eac6e42a4..18d6ee458 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,11 @@ watch: prebuild: npm install + go get github.com/gorilla/mux + go get github.com/gorilla/websocket + go get github.com/spf13/viper + go get github.com/lib/pq + go get github.com/mattn/go-sqlite3 clean: rm -rf bin diff --git a/README.md b/README.md index 1bb1ac96e..021dac73f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Build instructions ``` -npm i +make prebuild make ``` diff --git a/html-templates/index.ejs b/html-templates/index.ejs deleted file mode 100644 index 024e53969..000000000 --- a/html-templates/index.ejs +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - - - - - - - - - -
-

- All Boards -

-
- - - -
-
- - - \ No newline at end of file diff --git a/html-templates/page.ejs b/html-templates/page.ejs index 6766463bd..36c86ecf4 100644 --- a/html-templates/page.ejs +++ b/html-templates/page.ejs @@ -11,21 +11,8 @@ - - - -
-
- - - -
-
- -