From b936d2f41cab96adddd943237a150451657dea56 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 1 Feb 2012 16:41:44 -0800 Subject: [PATCH] rebuild and push --- assets/bootstrap.zip | Bin 52330 -> 52330 bytes base-css.html | 4 ++-- build/index.js | 2 ++ components.html | 4 ++-- download.html | 4 ++-- examples.html | 4 ++-- index.html | 4 ++-- javascript.html | 4 ++-- less.html | 4 ++-- scaffolding.html | 4 ++-- templates/layout.mustache | 19 +++++++++++++++++++ upgrading.html | 4 ++-- 12 files changed, 39 insertions(+), 18 deletions(-) diff --git a/assets/bootstrap.zip b/assets/bootstrap.zip index 8922a5c7ad0d111e86eb9265a610953224b953e8..b3c97ea87bd51ded1cc8342ac739d372ce9b2881 100644 GIT binary patch delta 1045 zcmaDggZb4AX5IjAW)?065YTINoXD%7vg5X<|4tw-t>9*0WckX-z`!B`lton+sDe)& zNIeJGyqSjlAoD;NYTm}1-UiG-t0t=(nxe~X&Nf`23zp=Ix51E%jQ3y%OD;*Xz>s{M zc8~)kIWbULH#0X~KQx4sffLn#G>?J;0kBoO8!+9$)>s6Qte&V$R47b7 zG*KUH1yZnXn)FD4Ssxe-Pd6F!gT#@7XtVm}Eh1p+?;V#kf9nW}oTU8xlH!u0!~&qt zSRp>ch#*ELIc9iNPS!gisq)s*1x0UiaWRJe$%ZFI6o4V;FxS2Rjimtt!zo)v25ANf zkgW{B*k@SM*uyaS;z=oCpl)=_;hHBk9bVk0%fN6`jFCYeMYEJ4Nb}?XLry+ahr{(2 zF#MD=V+YzK$H1V5qL(oqs+VQ5bvzFi{jwm3f4pPXu%3f~L0^-BK?zy^9*0Wckj>z`!B`ltrj}4^$VZ zq9TY}9Y{R~14!LWLw=At5Qdt!@us%{Gf-->x}hmp4#}>~*@g>r!IFIOHW-qT@gD48 z$t7tP7?Q8k4stMqd=MzDo0*%g9~#2Rz>LQ$5GMjPO#Ytl#1B%46{GcE}wqAYn77?)Z_l`@N|8N9F zPEvk;NpVS0Vgb-+tPr1JL=YpB95W;;LE)=+LQ>_2qYH}O)!vy(tv^Clr1BJG=l`lRt8|~Gi+$=VVHdJq?9mFH`sD)nkO|KUfie4z;IKHkwG3s zvy>r7^W*?SPClT+vFR;f_$g<`4zx**fk6#LFJnAZFUw@>cpfbJWkC-Ac*m?^JqH7W zz9s{M60-iu=T7P - - + diff --git a/build/index.js b/build/index.js index 4c759c6e..5321fa75 100644 --- a/build/index.js +++ b/build/index.js @@ -1,6 +1,7 @@ #!/usr/bin/env node var hogan = require('hogan.js') , fs = require('fs') + , prod = process.argv[2] == 'production' var layout, pages @@ -21,6 +22,7 @@ pages.forEach(function (name) { context[name.replace(/\.mustache$/, '')] = 'active' context._i = true + context.production = prod page = hogan.compile(page, { sectionTags: [{o:'_i', c:'i'}] }) page = layout.render(context, { diff --git a/components.html b/components.html index 1d31ac40..77949ebc 100644 --- a/components.html +++ b/components.html @@ -1512,10 +1512,9 @@ - - + diff --git a/download.html b/download.html index 852d87bb..07aaf23e 100644 --- a/download.html +++ b/download.html @@ -355,10 +355,9 @@ - - + diff --git a/examples.html b/examples.html index fd43ac79..cf9cbefc 100644 --- a/examples.html +++ b/examples.html @@ -140,10 +140,9 @@ - - + diff --git a/index.html b/index.html index 1e173f79..01897334 100644 --- a/index.html +++ b/index.html @@ -244,10 +244,9 @@ - - + diff --git a/javascript.html b/javascript.html index 508fc1bd..900f431b 100644 --- a/javascript.html +++ b/javascript.html @@ -1460,10 +1460,9 @@ $('.myCarousel').carousel({ - - + diff --git a/less.html b/less.html index 35fcc07a..b7d1600e 100644 --- a/less.html +++ b/less.html @@ -791,10 +791,9 @@ - - + diff --git a/scaffolding.html b/scaffolding.html index 28b4b9de..9ad17ff1 100644 --- a/scaffolding.html +++ b/scaffolding.html @@ -433,10 +433,9 @@ - - + diff --git a/templates/layout.mustache b/templates/layout.mustache index 28a11d3f..5f49bb62 100644 --- a/templates/layout.mustache +++ b/templates/layout.mustache @@ -109,5 +109,24 @@ + + {{#production}} + + + {{/production}} + diff --git a/upgrading.html b/upgrading.html index 92fa8ef5..098bcbdc 100644 --- a/upgrading.html +++ b/upgrading.html @@ -292,10 +292,9 @@ - - +