Simple Chat Room in NodeJS, expressJS and mongoDB in Docker Swarm

15 lines
226 B

5 years ago
testTask('FileList', function () {
this.testFiles.include('test/*.js');
});
publishTask('FileList', function () {
this.packageFiles.include([
'Jakefile'
, 'README.md'
, 'package.json'
, 'index.js'
]);
});