1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(app): set anonymizeIp property for GA (#2919)

This commit is contained in:
Anthony Lapenna 2019-06-02 18:16:07 +12:00 committed by GitHub
parent d75f2f5d7d
commit 1d9166216a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View file

@ -78,7 +78,6 @@ module.exports = function(grunt) {
distdir: 'dist/public',
shippedDockerVersion: '18.09.3',
shippedDockerVersionWindows: '17.09.0-ce',
pkg: grunt.file.readJSON('package.json'),
config: gruntfile_cfg.config,
src: gruntfile_cfg.src,
clean: gruntfile_cfg.clean,
@ -99,7 +98,7 @@ gruntfile_cfg.env = {
prod: {
NODE_ENV: 'production'
}
}
};
gruntfile_cfg.webpack = {
dev: webpackDevConfig,