aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-06-27 16:21:38 +1000
committerSam Potts <me@sampotts.me>2015-06-27 16:21:38 +1000
commit240aa7aa5f77902fd8dbeebc1a7239e6f0e20c56 (patch)
tree648c5b057bb190f7ce0d858f845db71d3292d4e5 /gulpfile.js
parent398815857f05dad8c0b2d6b1d58c40eb90df2d11 (diff)
parent654e9cd623212a5bebf3930972ef04d5e2d2bbcb (diff)
downloadplyr-240aa7aa5f77902fd8dbeebc1a7239e6f0e20c56.tar.lz
plyr-240aa7aa5f77902fd8dbeebc1a7239e6f0e20c56.tar.xz
plyr-240aa7aa5f77902fd8dbeebc1a7239e6f0e20c56.zip
Merge branch 'master' into develop
# Conflicts: # dist/plyr.css # dist/plyr.js
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index a8724dfc..96e13368 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -272,5 +272,5 @@ gulp.task("open", function () {
// Do everything
gulp.task("publish", function () {
- run("templates", tasks.js, tasks.less, "sprite", "cdn", "docs", "open");
+ run("templates", tasks.js, tasks.less, "sprite", "cdn", "docs");
}); \ No newline at end of file