Skip to content

Commit 095f7d5

Browse files
committed
publish tag
1 parent 2f7cf21 commit 095f7d5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.llmsconfig

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "LifterLMS Blocks",
55
"lifterlms": {
66
"make": {
7-
"tags": [ 8 ]
7+
"tags": [ 27 ]
88
}
99
},
1010
"svn": false
@@ -16,7 +16,19 @@
1616
"src": [ "./*.php", "./includes/**/*.php", "./tests/**/*.php", "./src/**/*.js" ]
1717
},
1818
"zip": {
19-
"dest": "build/"
19+
"dest": "build/",
20+
"src": {
21+
"default": [
22+
"./**/*.*",
23+
"!./src/**",
24+
"!./deploy/**", "!./build/**", "!./tmp/**", "!./gulpfile.js/**", "!./gulpfile.js/**/*.*", "!./node_modules/**", "!./tests/**",
25+
"!./**/*.yml",
26+
"!./**/composer.json", "!./**/composer.lock",
27+
"!./**/package.json", "!./**/package-lock.json",
28+
"!./*.xml", "!./*.xml.dist",
29+
"!./README.md"
30+
]
31+
}
2032
}
2133
}
2234

0 commit comments

Comments
 (0)