From 70c8dae8d14ee84a50841147388f2ad8f41d3cd5 Mon Sep 17 00:00:00 2001 From: Kevin Chu Date: Wed, 8 Mar 2017 11:10:01 -0800 Subject: [PATCH] Adding independent scrolling for doc's nav --- docs/partials/component-list.html | 2 +- gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/partials/component-list.html b/docs/partials/component-list.html index 07e515813..007b80684 100644 --- a/docs/partials/component-list.html +++ b/docs/partials/component-list.html @@ -5,7 +5,7 @@
  • Getting Started
  • - Installation + Installation1 Starter Projects Compatibility Accessibility diff --git a/gulpfile.js b/gulpfile.js index a66c002e1..9ca771729 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,7 +18,7 @@ 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('scss/**/*', ['sass', browser.reload]); - gulp.watch(['docs/assets/scss/**/*', 'foundation-docs/scss/**/*'], ['sass:docs', browser.reload]); + gulp.watch(['docs/assets/scss/**/*', 'node_modules/foundation-docs/scss/**/*'], ['sass:docs', browser.reload]); gulp.watch('js/**/*', ['javascript:foundation', browser.reload]); gulp.watch('docs/assets/js/**/*', ['javascript:docs', browser.reload]); }); -- 2.47.3