jakefile.js 238 Bytes
Newer Older
huahua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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'
  ]);
});