Fixed issue where token are not being built on deployment

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-04 12:13:53 +01:00
parent 786a6e0b5a
commit 991d8a6e6f

View File

@@ -48,7 +48,7 @@ gulp.task('callback', function () {
}); });
gulp.task('build', function() { gulp.task('build', function() {
gulp.run(['js', 'embed', 'remotecontroller', 'callback']); gulp.run(['js', 'embed', 'remotecontroller', 'callback', 'token']);
}) })
gulp.task('remotecontroller', function () { gulp.task('remotecontroller', function () {