1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Added angulartics for google analytics tracking. Reformated json and xml files for new VS default (2 space indenting)

This commit is contained in:
Kyle Spearrin
2016-08-11 18:05:33 -04:00
parent 670e427800
commit d2605c328f
8 changed files with 133 additions and 121 deletions

View File

@@ -158,6 +158,13 @@ gulp.task('lib', ['clean:lib'], function () {
{
src: paths.npmDir + 'clipboard/dist/clipboard*.js',
dest: paths.libDir + 'clipboard'
},
{
src: [
paths.npmDir + 'angulartics-google-analytics/lib/angulartics*.js',
paths.npmDir + 'angulartics/src/angulartics.js'
],
dest: paths.libDir + 'angulartics'
}
];