1
0
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:
Kyle Spearrin
2016-09-27 22:44:42 -04:00
parent d49f0fcac3
commit a727e107fe
8 changed files with 51 additions and 2 deletions

View File

@@ -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'
}
];