Added icon prefix option for when using default controls

This commit is contained in:
Sam Potts
2015-07-20 14:44:51 +10:00
parent 654e9cd623
commit 93cc9edd9a
6 changed files with 50 additions and 16 deletions
+2 -2
View File
@@ -185,12 +185,12 @@ 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"]);
// Docs
gulp.watch(paths.docs.src.js, tasks.js);
gulp.watch(paths.docs.src.less, tasks.less);
gulp.watch(paths.docs.src.templates, "js");
gulp.watch(paths.docs.src.templates, ["js"]);
});
// Publish a version to CDN and docs