]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixed header height
authorRafiBomb <rafi@zurb.com>
Fri, 7 Apr 2017 22:38:23 +0000 (15:38 -0700)
committerRafiBomb <rafi@zurb.com>
Fri, 7 Apr 2017 22:38:23 +0000 (15:38 -0700)
docs/pages/index.md
gulpfile.js

index 9890098dcdcf07af6d18c56da4c19b994c5ab8f2..d2b8ffe1c5116c14bbd060516da6984988da47c0 100644 (file)
@@ -8,7 +8,7 @@ tags:
 
 ## Installing Foundation
 
-There are a number of ways to install Foundation for Sites. Our installatin page will help you find the best option for you. 
+There are a number of ways to install Foundation for Sites. Our installatin page will help you find the best option for you.
 
 <a href="installation.html" class="large button">Install Foundation for Sites</a>
 
@@ -22,7 +22,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
   <li class="accordion-item is-active" data-accordion-item>
     <a href="#" class="accordion-title">Intro Videos</a>
     <div class="accordion-content" data-tab-content>
-      
+
       <div class="row accordion-content-item">
         <div class="medium-4 columns">
           <img src="http://placehold.it/350x250">
@@ -32,9 +32,9 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
           <a href="#" class="accordion-content-item-cta"><img src="http://placehold.it/20x20">Watch Video</a>
         </div>
       </div>
-      
+
       <hr class="accordion-content-item-divider">
-      
+
       <div class="row">
         <div class="medium-4 columns">
           <img src="http://placehold.it/350x250">
@@ -103,4 +103,4 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       I would start in the open state, due to using the `is-active` state class.
     </div>
   </li>
-</ul>
\ No newline at end of file
+</ul>
index 9ca771729316144c14b65fd29da95b5f6f468b97..b7e924eebe0c3b3e5ffca8374d15d10ff1c2da63 100644 (file)
@@ -16,7 +16,7 @@ gulp.task('serve', ['build'], function(){
 // Watch files for changes
 gulp.task('watch', function() {
   gulp.watch('docs/**/*', ['docs', browser.reload]);
-  gulp.watch(['docs/layout/*.html', 'docs/partials/*.html', 'docs/assets/partials/*.html'], ['docs:all', browser.reload]);
+  gulp.watch(['docs/layout/*.html', 'docs/partials/*.html', 'docs/assets/partials/*.html', 'node_modules/foundation-docs/templates/*{html,hbs}'], ['docs:all', browser.reload]);
   gulp.watch('scss/**/*', ['sass', browser.reload]);
   gulp.watch(['docs/assets/scss/**/*', 'node_modules/foundation-docs/scss/**/*'], ['sass:docs', browser.reload]);
   gulp.watch('js/**/*', ['javascript:foundation', browser.reload]);