1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

sweet alert lib implemented. added confirmation to password generator edit

This commit is contained in:
Kyle Spearrin
2016-09-19 23:56:27 -04:00
parent 68337d6523
commit 81dd1ff0f2
6 changed files with 97 additions and 5 deletions

View File

@@ -104,6 +104,10 @@ gulp.task('lib', ['clean:lib'], function () {
{
src: paths.npmDir + 'q/q.js',
dest: paths.libDir + 'q'
},
{
src: [paths.npmDir + 'sweetalert/dist/sweetalert.css', paths.npmDir + 'sweetalert/dist/sweetalert.min.js', paths.npmDir + 'angular-sweetalert/SweetAlert.js'],
dest: paths.libDir + 'sweetalert'
}
];