diff --git a/gulpfile.js b/gulpfile.js index ba8c5c2a..af847749 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,7 +48,7 @@ gulp.task('callback', function () { }); gulp.task('build', function() { - gulp.run(['js', 'embed', 'remotecontroller', 'callback']); + gulp.run(['js', 'embed', 'remotecontroller', 'callback', 'token']); }) gulp.task('remotecontroller', function () {