From d4013448a16ca3d3381a087863d287d7b9f5b96f Mon Sep 17 00:00:00 2001 From: Jason Kwok Date: Fri, 25 Mar 2016 19:04:33 +0800 Subject: [PATCH] Fixed path error. Fixed 'ERROR `/assets/themes/bootstrap/css/bootstrap.min.css' not found'. --- .../bootstrap/css/bootstrap-theme.min.css | 0 .../bootstrap/css/bootstrap.min.css | 0 .../bootstrap/css/bs-sticky-footer.css | 0 .../themes/{bootstrap-3 => bootstrap}/css/style.css | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../{bootstrap-3 => }/bootstrap/js/bootstrap.min.js | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename assets/themes/{bootstrap-3 => }/bootstrap/css/bootstrap-theme.min.css (100%) rename assets/themes/{bootstrap-3 => }/bootstrap/css/bootstrap.min.css (100%) rename assets/themes/{bootstrap-3 => }/bootstrap/css/bs-sticky-footer.css (100%) rename assets/themes/{bootstrap-3 => bootstrap}/css/style.css (100%) rename assets/themes/{bootstrap-3 => }/bootstrap/fonts/glyphicons-halflings-regular.eot (100%) rename assets/themes/{bootstrap-3 => }/bootstrap/fonts/glyphicons-halflings-regular.svg (100%) rename assets/themes/{bootstrap-3 => }/bootstrap/fonts/glyphicons-halflings-regular.ttf (100%) rename assets/themes/{bootstrap-3 => }/bootstrap/fonts/glyphicons-halflings-regular.woff (100%) rename assets/themes/{bootstrap-3 => }/bootstrap/js/bootstrap.min.js (100%) diff --git a/assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css b/assets/themes/bootstrap/css/bootstrap-theme.min.css similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css rename to assets/themes/bootstrap/css/bootstrap-theme.min.css diff --git a/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css b/assets/themes/bootstrap/css/bootstrap.min.css similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css rename to assets/themes/bootstrap/css/bootstrap.min.css diff --git a/assets/themes/bootstrap-3/bootstrap/css/bs-sticky-footer.css b/assets/themes/bootstrap/css/bs-sticky-footer.css similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/css/bs-sticky-footer.css rename to assets/themes/bootstrap/css/bs-sticky-footer.css diff --git a/assets/themes/bootstrap-3/css/style.css b/assets/themes/bootstrap/css/style.css similarity index 100% rename from assets/themes/bootstrap-3/css/style.css rename to assets/themes/bootstrap/css/style.css diff --git a/assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.eot b/assets/themes/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.eot rename to assets/themes/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.svg b/assets/themes/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.svg rename to assets/themes/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.ttf b/assets/themes/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to assets/themes/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.woff b/assets/themes/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/fonts/glyphicons-halflings-regular.woff rename to assets/themes/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js b/assets/themes/bootstrap/js/bootstrap.min.js similarity index 100% rename from assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js rename to assets/themes/bootstrap/js/bootstrap.min.js