From df4911195686c80f382e795f0ab9a04ab49a9dd1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 12 Apr 2017 08:47:17 -0400 Subject: [PATCH] Only copy non-min source to lib for papaparse --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a12dbf96fb..f4681cf109 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' } ];