From 37908bdb9fd2dbe89c64d06b3fa8168c4c0b0608 Mon Sep 17 00:00:00 2001 From: febbweiss Date: Thu, 29 Oct 2015 13:39:28 +0000 Subject: [PATCH] Optim: multi files organisation --- client/body.html | 10 +++ client/head.html | 3 + client/nav.html | 23 ++++++ project-deployer.html => client/projects.html | 39 ---------- project-deployer.js => client/projects.js | 73 +------------------ project-deployer.css => client/style.css | 0 client/subscriptions.js | 1 + lib/methods.js | 21 ++++++ lib/projects.js | 37 ++++++++++ server/publications.js | 3 + 10 files changed, 99 insertions(+), 111 deletions(-) create mode 100644 client/body.html create mode 100644 client/head.html create mode 100644 client/nav.html rename project-deployer.html => client/projects.html (76%) rename project-deployer.js => client/projects.js (56%) rename project-deployer.css => client/style.css (100%) create mode 100644 client/subscriptions.js create mode 100644 lib/methods.js create mode 100644 lib/projects.js create mode 100644 server/publications.js diff --git a/client/body.html b/client/body.html new file mode 100644 index 0000000..63c7f38 --- /dev/null +++ b/client/body.html @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/client/head.html b/client/head.html new file mode 100644 index 0000000..1d62f75 --- /dev/null +++ b/client/head.html @@ -0,0 +1,3 @@ + + project-deployer + \ No newline at end of file diff --git a/client/nav.html b/client/nav.html new file mode 100644 index 0000000..0669f51 --- /dev/null +++ b/client/nav.html @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/project-deployer.html b/client/projects.html similarity index 76% rename from project-deployer.html rename to client/projects.html index 06a24f2..ea0ba26 100644 --- a/project-deployer.html +++ b/client/projects.html @@ -1,42 +1,3 @@ - - project-deployer - - - - - - - -