diff --git a/gruntfile.js b/gruntfile.js index 318fa5621..d992df169 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -37,6 +37,7 @@ module.exports = function(grunt) { grunt.task.run([ 'config:prod', 'clean:all', + 'copy:templates', 'shell:buildBinary:' + p + ':' + a, 'shell:downloadDockerBinary:' + p + ':' + a, 'webpack:prod'