diff --git a/gulpfile.js b/gulpfile.js index d5dda3105d..b92a8cb94e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -17,7 +17,7 @@ var config = { src: { js: ['src/**/*.js', '!src/**/*.spec.js'], html: 'src/**/*.html', - scss: 'src/**/*.scss', + scss: 'src/components/**/*.scss', playgroundJs: 'playground/**/*.js', playgroundFiles: ['playground/**/*', '!playground/**/*.js'], }, @@ -41,7 +41,7 @@ gulp.task('watch', ['default'], function () { gulp.watch(config.src.html, ['html']); gulp.watch(config.src.js, ['js']); - gulp.watch(config.src.sass, ['sass']); + gulp.watch(config.src.scss, ['sass']); gulp.watch(config.src.playgroundJs, ['playgroundJs']); gulp.watch(config.src.playgroundFiles, ['playgroundFiles']); diff --git a/playground/layouts/tabs.html b/playground/layouts/tabs.html index 186bcf5380..fd22f65eaa 100644 --- a/playground/layouts/tabs.html +++ b/playground/layouts/tabs.html @@ -10,10 +10,10 @@ Tabs -