diff --git a/gulpfile.js b/gulpfile.js index 75ff466a82..3e401a9e02 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -136,7 +136,7 @@ gulp.task('angular2', function () { .pipe(gulp.dest('dist/lib')); }); -gulp.task('examples', function() { +gulp.task('examples', ['sass'], function() { return gulp.src('src/components/**/examples/**/*') .pipe(gulpif(/index.html/, wrap({ src: 'scripts/examples/index.template.html' diff --git a/src/components/aside/examples/basic/index.html b/src/components/aside/examples/basic/index.html index 18dad7b488..224878d172 100644 --- a/src/components/aside/examples/basic/index.html +++ b/src/components/aside/examples/basic/index.html @@ -29,4 +29,8 @@ Side menu! +