Fix comment content

This commit is contained in:
Alex Dima 2019-12-16 23:53:44 +01:00
parent 3947765710
commit a943d3d0b0
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
29 changed files with 30 additions and 30 deletions

View file

@ -800,7 +800,7 @@ const generateTestSamplesTask = function() {
'',
js,
'',
'/*----------------------------------------SAMPLE CSS END*/',
'/*----------------------------------------SAMPLE JS END*/',
'});',
'</script>',
'</body>',
@ -856,4 +856,4 @@ gulp.task('simpleserver', taskSeries(generateTestSamplesTask, function() {
gulp.task('ciserver', taskSeries(generateTestSamplesTask, function () {
const SERVER_ROOT = path.normalize(path.join(__dirname, './'));
createSimpleServer(SERVER_ROOT, 8080);
}));
}));