diff --git a/gulpfile.js b/gulpfile.js
index cd6bfea4..a055e765 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -105,7 +105,7 @@ gulp.task('sass:build', function () {
});
gulp.task('sass:watch', function () {
- gulp.watch('./sass/**/*.scss', ['sass']);
+ gulp.watch('./sass/**/*.scss', ['sass:build']);
});
gulp.task('copy', function () {
diff --git a/index.html b/index.html
index 7c760b4a..1c84584c 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
+