15 lines
226 B
Plaintext
Raw Permalink Normal View History

2022-09-30 05:39:11 +00:00
testTask('FileList', function () {
this.testFiles.include('test/*.js');
});
publishTask('FileList', function () {
this.packageFiles.include([
'Jakefile'
, 'README.md'
, 'package.json'
, 'index.js'
]);
});