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:
parent
d75f2f5d7d
commit
1d9166216a
4 changed files with 8 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue