You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
238B

  1. testTask('FileList', function () {
  2. this.testFiles.include('test/*.js');
  3. });
  4. publishTask('FileList', function () {
  5. this.packageFiles.include([
  6. 'jakefile.js',
  7. 'README.md',
  8. 'package.json',
  9. 'index.js',
  10. 'index.d.ts'
  11. ]);
  12. });