Dependency fix in the Jakefile.

This commit is contained in:
Jonathan Protzenko 2015-03-30 17:50:22 -07:00
Родитель f11de9afbb
Коммит f000e130a4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -407,7 +407,7 @@ task('test', [ 'build/client.js', 'default', 'nw-build' ], { async: true }, func
// this task runs as a "after_success" step in the travis-ci automation
desc('upload current build to the cloud')
task('upload', [], { async : true }, function() {
task('upload', [ "build/client.js" ], { async : true }, function() {
var task = this;
var upload = function (buildVersion) {
var uploadKey = process.env.TD_UPLOAD_KEY || "direct";