From 14bd5d73299a6499f3eb94fa9c5a97f4b564d5a7 Mon Sep 17 00:00:00 2001 From: wassname Date: Mon, 11 Apr 2016 11:41:52 +0800 Subject: [PATCH] Moved files to root --- public/favicon.ico => favicon.ico | Bin .../glyphicons-halflings-regular.eot | Bin .../glyphicons-halflings-regular.svg | 0 .../glyphicons-halflings-regular.ttf | Bin .../glyphicons-halflings-regular.woff | Bin .../glyphicons-halflings-regular.woff2 | Bin {public/js => js}/suggestions.js | 0 {public/js => js}/test.js | 0 {public/js => js}/testData.js | 0 public/test.html => test.html | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename public/favicon.ico => favicon.ico (100%) rename {public/fonts => fonts}/glyphicons-halflings-regular.eot (100%) rename {public/fonts => fonts}/glyphicons-halflings-regular.svg (100%) rename {public/fonts => fonts}/glyphicons-halflings-regular.ttf (100%) rename {public/fonts => fonts}/glyphicons-halflings-regular.woff (100%) rename {public/fonts => fonts}/glyphicons-halflings-regular.woff2 (100%) rename {public/js => js}/suggestions.js (100%) rename {public/js => js}/test.js (100%) rename {public/js => js}/testData.js (100%) rename public/test.html => test.html (100%) diff --git a/public/favicon.ico b/favicon.ico similarity index 100% rename from public/favicon.ico rename to favicon.ico diff --git a/public/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from public/fonts/glyphicons-halflings-regular.eot rename to fonts/glyphicons-halflings-regular.eot diff --git a/public/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from public/fonts/glyphicons-halflings-regular.svg rename to fonts/glyphicons-halflings-regular.svg diff --git a/public/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from public/fonts/glyphicons-halflings-regular.ttf rename to fonts/glyphicons-halflings-regular.ttf diff --git a/public/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from public/fonts/glyphicons-halflings-regular.woff rename to fonts/glyphicons-halflings-regular.woff diff --git a/public/fonts/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from public/fonts/glyphicons-halflings-regular.woff2 rename to fonts/glyphicons-halflings-regular.woff2 diff --git a/public/js/suggestions.js b/js/suggestions.js similarity index 100% rename from public/js/suggestions.js rename to js/suggestions.js diff --git a/public/js/test.js b/js/test.js similarity index 100% rename from public/js/test.js rename to js/test.js diff --git a/public/js/testData.js b/js/testData.js similarity index 100% rename from public/js/testData.js rename to js/testData.js diff --git a/public/test.html b/test.html similarity index 100% rename from public/test.html rename to test.html