Unofficial build of Portainer 100% telemetry-free!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-portainer/portainer/root_builder/client_build_prod.patch

11 lines
443 B

--- gruntfile.js.original 2020-08-31 18:53:26.765587327 +0200
+++ gruntfile.js 2020-08-31 18:54:44.121105223 +0200
@@ -41,7 +41,7 @@
'shell:download_kubectl_binary:linux:' + arch,
]);
- grunt.registerTask('build:client', ['config:dev', 'env:dev', 'webpack:dev']);
+ grunt.registerTask('build:client', ['config:prod', 'env:prod', 'webpack:prod']);
grunt.registerTask('build', ['build:server', 'build:client', 'copy:assets']);