diff --git a/Makefile b/Makefile
index 5492b8e112..6537aae813 100644
--- a/Makefile
+++ b/Makefile
@@ -38,12 +38,17 @@ bootstrap:
uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.js
#
-# WATCH LESS FILES
+# MAKE FOR GH-PAGES 4 FAT & MDO ONLY (O_O )
#
-gh-pages:
+gh-pages: docs
+ node docs/build production
cp -r docs/* ../bootstrap-gh-pages
+#
+# WATCH LESS FILES
+#
+
watch:
echo "Watching less files..."; \
watchr -e "watch('less/.*\.less') { system 'make' }"
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index a75e75ca89..7efe21437e 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/base-css.html b/docs/base-css.html
index fe6e4fe896..0eb35b6410 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1576,5 +1576,7 @@ For example, <code>section</code> should be wrapped as inline.
+
+