From 7ec24da73d3de379567f8cf27f4c5e860b1a724a Mon Sep 17 00:00:00 2001 From: rylon Date: Mon, 8 Jun 2015 14:15:04 +0200 Subject: [PATCH] updated bootstrap lib structure --- autoload.inc | 3 +++ {css => lib/css}/bootstrap-theme.css | 0 {css => lib/css}/bootstrap-theme.css.map | 0 {css => lib/css}/bootstrap-theme.min.css | 0 {css => lib/css}/bootstrap.css | 0 {css => lib/css}/bootstrap.css.map | 0 {css => lib/css}/bootstrap.min.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 .../fonts}/glyphicons-halflings-regular.woff2 | Bin {js => lib/js}/bootstrap.js | 0 {js => lib/js}/bootstrap.min.js | 0 {js => lib/js}/npm.js | 0 lib_bootstrap.php | 12 ++++++++++++ 16 files changed, 15 insertions(+) create mode 100644 autoload.inc rename {css => lib/css}/bootstrap-theme.css (100%) rename {css => lib/css}/bootstrap-theme.css.map (100%) rename {css => lib/css}/bootstrap-theme.min.css (100%) rename {css => lib/css}/bootstrap.css (100%) rename {css => lib/css}/bootstrap.css.map (100%) rename {css => lib/css}/bootstrap.min.css (100%) rename {fonts => lib/fonts}/glyphicons-halflings-regular.eot (100%) rename {fonts => lib/fonts}/glyphicons-halflings-regular.svg (100%) rename {fonts => lib/fonts}/glyphicons-halflings-regular.ttf (100%) rename {fonts => lib/fonts}/glyphicons-halflings-regular.woff (100%) rename {fonts => lib/fonts}/glyphicons-halflings-regular.woff2 (100%) rename {js => lib/js}/bootstrap.js (100%) rename {js => lib/js}/bootstrap.min.js (100%) rename {js => lib/js}/npm.js (100%) create mode 100644 lib_bootstrap.php diff --git a/autoload.inc b/autoload.inc new file mode 100644 index 0000000..6b17b6a --- /dev/null +++ b/autoload.inc @@ -0,0 +1,3 @@ +