14 lines
226 B
JavaScript
14 lines
226 B
JavaScript
testTask('FileList', function () {
|
|
this.testFiles.include('test/*.js');
|
|
});
|
|
|
|
publishTask('FileList', function () {
|
|
this.packageFiles.include([
|
|
'Jakefile'
|
|
, 'README.md'
|
|
, 'package.json'
|
|
, 'index.js'
|
|
]);
|
|
});
|
|
|
|
|