From: RafiBomb Date: Fri, 7 Apr 2017 22:38:23 +0000 (-0700) Subject: fixed header height X-Git-Tag: v6.4.0-rc1~46^2~75^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=732f3437120791a42c39c80444ea010b965d270c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fixed header height --- diff --git a/docs/pages/index.md b/docs/pages/index.md index 9890098dc..d2b8ffe1c 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -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. Install Foundation for Sites @@ -22,7 +22,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
  • Intro Videos
    - +
    @@ -32,9 +32,9 @@ With an easy to understand syntax and consistent structure, you'll learn your wa Watch Video
    - +
    - +
    @@ -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.
  • - \ No newline at end of file + diff --git a/gulpfile.js b/gulpfile.js index 9ca771729..b7e924eeb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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]);