From fd49d4a44f7fe73054b861461b9ec0f36a1bb29a Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 31 Jan 2012 17:35:23 -0800 Subject: move examples into docs... --- Makefile | 1 + docs/assets/bootstrap.zip | Bin 52330 -> 52330 bytes docs/examples.html | 6 +- docs/examples/fluid.html | 141 +++++++++++++++++++++++++++++++++ docs/examples/hero.html | 97 +++++++++++++++++++++++ docs/examples/starter-template.html | 78 ++++++++++++++++++ docs/templates/pages/examples.mustache | 6 +- examples/fluid.html | 141 --------------------------------- examples/hero.html | 97 ----------------------- examples/starter-template.html | 78 ------------------ 10 files changed, 323 insertions(+), 322 deletions(-) create mode 100644 docs/examples/fluid.html create mode 100644 docs/examples/hero.html create mode 100644 docs/examples/starter-template.html delete mode 100644 examples/fluid.html delete mode 100644 examples/hero.html delete mode 100644 examples/starter-template.html diff --git a/Makefile b/Makefile index 5995bc519..5492b8e11 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ docs: bootstrap cp img/* docs/assets/img/ cp js/*.js docs/assets/js/ cp js/tests/vendor/jquery.js docs/assets/js/ + cp js/tests/vendor/jquery.js docs/assets/js/ # # BUILD SIMPLE BOOTSTRAP DIRECTORY diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index bcc701d3a..c89b1ef66 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/examples.html b/docs/examples.html index 6f35b7169..d317405ae 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -84,21 +84,21 @@