aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 865f2a56..3e7979a2 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -127,7 +127,7 @@ var build = {
})(key);
}
},
- sprite: function() {
+ sprite: function(bundle) {
// Process Icons
gulp.task("sprite", function () {
return gulp
@@ -168,7 +168,7 @@ gulp.task("watch", function () {
// Plyr core
gulp.watch(paths.plyr.src.js, tasks.js);
gulp.watch(paths.plyr.src.less, tasks.less);
- gulp.watch(paths.plyr.src.sprite, ["sprite"]);
+ gulp.watch(paths.plyr.src.sprite, ["sprite-plyr"]);
// Docs
gulp.watch(paths.docs.src.js, tasks.js);