mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
setup google analytics with pageview tracking
This commit is contained in:
@@ -106,6 +106,12 @@ gulp.task('lib', ['clean:lib'], function () {
|
||||
src: [paths.npmDir + 'sweetalert/dist/sweetalert.css', paths.npmDir + 'sweetalert/dist/sweetalert.min.js',
|
||||
paths.npmDir + 'angular-sweetalert/SweetAlert.js'],
|
||||
dest: paths.libDir + 'sweetalert'
|
||||
},
|
||||
{
|
||||
src: [paths.npmDir + 'angulartics-google-analytics/lib/angulartics*.js',
|
||||
paths.npmDir + 'angulartics/src/angulartics.js'
|
||||
],
|
||||
dest: paths.libDir + 'angulartics'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user