## 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>
<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">
<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">
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>
// 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]);