You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/10/15 01:49:50 UTC

svn commit: r1532148 - /isis/site/trunk/templates/screenshot-tutorial.html

Author: danhaywood
Date: Mon Oct 14 23:49:50 2013
New Revision: 1532148

URL: http://svn.apache.org/r1532148
Log:
screenshot tutorial

Modified:
    isis/site/trunk/templates/screenshot-tutorial.html

Modified: isis/site/trunk/templates/screenshot-tutorial.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/screenshot-tutorial.html?rev=1532148&r1=1532147&r2=1532148&view=diff
==============================================================================
--- isis/site/trunk/templates/screenshot-tutorial.html (original)
+++ isis/site/trunk/templates/screenshot-tutorial.html Mon Oct 14 23:49:50 2013
@@ -49,6 +49,15 @@
     <div class="bs-docs-section">
       <div class="page-header">
         <h1 id="js-overview">Overview</h1>
+        
+        <h3 id="js-individual-compiled">Individual or compiled</h3>
+        <p>Plugins can be included individually (using Bootstrap's individual <code>*.js</code> files), or all at once (using <code>bootstrap.js</code> or the minified <code>bootstrap.min.js</code>).</p>
+
+        <div class="bs-callout bs-callout-danger">
+          <h4>Do not attempt to include both.</h4>
+          <p>Both <code>bootstrap.js</code> and <code>bootstrap.min.js</code> contain all plugins in a single file.</p>
+        </div>
+
       </div>
 
       <h3 id="js-individual-compiled">Individual or compiled</h3>