Files
roll20-character-sheets/Shadowrun6th-German/node_modules/filelist/jakefile.js
T
Valanor 20750d1f6e Implementing EJS-Template Engine
Adding EJS via npm
Creating ejs-templates for each Tab in the Charakter sheet
2021-03-17 13:09:13 +01:00

16 lines
238 B
JavaScript

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'
]);
});