Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2020-02-05 02:46:37 +0300
committerGitHub <noreply@github.com>2020-02-05 02:46:37 +0300
commit46f2bb579a7d0cbdc3f509ca4952c5abeb408276 (patch)
tree764fb11fdc02fee2cbf11f364bbbab00cb310861 /gulp/tasks/dev/dev.js
parent2c3e4e216d12e67dce4d0cb336fdce2012e643c5 (diff)
Update media player (#242)
* Add public folder to gitignore Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Remove markdownify from guest list Fixes #240 Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Replace media player Fixes #241 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'gulp/tasks/dev/dev.js')
-rw-r--r--gulp/tasks/dev/dev.js2
1 files changed, 1 insertions, 1 deletions
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'))