mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +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'
|
dest: paths.libDir + 'ng-infinite-scroll'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: paths.npmDir + 'papaparse/papaparse*.js',
|
src: paths.npmDir + 'papaparse/papaparse.js',
|
||||||
dest: paths.libDir + 'papaparse'
|
dest: paths.libDir + 'papaparse'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user