Chrome Canary Fix

This commit is contained in:
Sam Potts
2015-06-07 23:20:33 +10:00
parent 4c17f98520
commit f398266206
7 changed files with 14 additions and 14 deletions

View File

@ -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");
});