diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
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 |