From 46f2bb579a7d0cbdc3f509ca4952c5abeb408276 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Tue, 4 Feb 2020 17:46:37 -0600 Subject: Update media player (#242) * Add public folder to gitignore Signed-off-by: Matt Stratton * Remove markdownify from guest list Fixes #240 Signed-off-by: Matt Stratton * Replace media player Fixes #241 Signed-off-by: Matt Stratton --- gulp/tasks/dev/dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulp/tasks/dev/dev.js') diff --git a/gulp/tasks/dev/dev.js b/gulp/tasks/dev/dev.js index abae545..41f2b18 100644 --- a/gulp/tasks/dev/dev.js +++ b/gulp/tasks/dev/dev.js @@ -6,4 +6,4 @@ var hub = new HubRegistry(['tasks/dev/*.js']); // tell gulp to use the tasks just loaded gulp.registry(hub); -gulp.task('dev', gulp.series('js-concat', 'sass')) +gulp.task('dev', gulp.series('js-concat', 'sass', 'copy-player-files','copy-css-files')) -- cgit v1.2.3