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 3268f4c commit 1368902Copy full SHA for 1368902
gulpfile.js
@@ -33,18 +33,11 @@ try {
33
const VERSION = require('./package.json').version
34
const paths = {
35
zip: [
36
- './**',
37
(process.env['CI'] ? './' : '!') + 'dist/js/test.js',
38
- '!builds/**',
39
- '!src/**',
40
- '!node_modules/**',
41
- '!img/**',
42
- '!ISSUE_TEMPLATE.md',
43
- '!gulpfile.js',
44
- '!key.pem',
45
- '!android/**',
46
- '!ios/**',
47
- '!manifest*.json'
+ 'dist/**',
+ 'LICENSE.txt',
+ 'PRIVACY_POLICY.md',
+ 'README.md',
48
],
49
views: './html/*.html',
50
nativeHTML: './html/index.html',
0 commit comments