From 68477927a7c12ad7d0ec0fccb20eb628539ab8d8 Mon Sep 17 00:00:00 2001 From: plutasnyy Date: Thu, 9 Aug 2018 16:07:10 +0200 Subject: [PATCH] removed line --- report/src/main/webapp/gulpfile.babel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/report/src/main/webapp/gulpfile.babel.js b/report/src/main/webapp/gulpfile.babel.js index 909867341..e65a2ba5f 100644 --- a/report/src/main/webapp/gulpfile.babel.js +++ b/report/src/main/webapp/gulpfile.babel.js @@ -95,4 +95,3 @@ gulp.task('watch', ['parseSCSS', 'lintJS'], () => { gulp.task('default',['watch']); gulp.task('build', ['installLibs', 'parseSCSS', 'lintJS']); -