UNPKG
filelist
Version:
latest (2.0.2)
2.0.2
2.0.1
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Lazy-evaluating list of files, based on globs or regex patterns
github.com/mde/filelist
mde/filelist
filelist
/
jakefile.js
16 lines
(12 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
testTask
(
'FileList'
,
function
(
) {
this
.
testFiles
.
include
(
'test/*.js'
); });
publishTask
(
'FileList'
,
function
(
) {
this
.
packageFiles
.
include
([
'jakefile.js'
,
'README.md'
,
'package.json'
,
'index.js'
,
'index.d.ts'
]); });