mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue where token are not being built on deployment
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user