From 991d8a6e6fdf1afc27b4d59754fa9ca9feb86c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 4 Mar 2018 12:13:53 +0100 Subject: [PATCH] Fixed issue where token are not being built on deployment --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {