We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389c3ae commit 5bc8c65Copy full SHA for 5bc8c65
gulpfile.js
@@ -52,6 +52,8 @@ gulp.task('localstorage', function() {
52
});
53
54
gulp.task('pack', shell.task([
55
+ "find dist -not -iname 'av.js' -not -iname 'localstorage.js' -delete",
56
+ 'rm -rf avos-javascript-sd',
57
'rm -rf node_modules/',
58
'rm -rf ./*.tgz',
59
'rm -rf ./tools',
0 commit comments