mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-16 10:35:31 +01:00
Only copy non-min source to lib for papaparse
This commit is contained in:
parent
9e6c0f79ef
commit
df49111956
@ -125,7 +125,7 @@ gulp.task('lib', ['clean:lib'], function () {
|
||||
dest: paths.libDir + 'ng-infinite-scroll'
|
||||
},
|
||||
{
|
||||
src: paths.npmDir + 'papaparse/papaparse*.js',
|
||||
src: paths.npmDir + 'papaparse/papaparse.js',
|
||||
dest: paths.libDir + 'papaparse'
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user