source:
frontend/node_modules/filelist/jakefile.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | testTask('FileList', function () { |
| 2 | this.testFiles.include('test/*.js'); | |
| 3 | }); | |
| 4 | ||
| 5 | publishTask('FileList', function () { | |
| 6 | this.packageFiles.include([ | |
| 7 | 'jakefile.js', | |
| 8 | 'README.md', | |
| 9 | 'package.json', | |
| 10 | 'index.js', | |
| 11 | 'index.d.ts' | |
| 12 | ]); | |
| 13 | }); | |
| 14 | ||
| 15 |
Note:
See TracBrowser
for help on using the repository browser.
