Skip to content

Commit 1b7f08f

Browse files
committed
modify gulp pack task (remove av.js)
1 parent 12ab1b1 commit 1b7f08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ getAVVersion = function() {
2222
};
2323

2424
gulp.task('pack', shell.task([
25-
"find dist -not -iname 'av.js' -not -iname 'localStorage.js' -delete",
25+
"find dist -delete",
2626
'rm -rf avos-javascript-sd',
2727
'rm -rf node_modules/',
2828
'rm -rf ./*.tgz',

0 commit comments

Comments
 (0)