Minor Gantt chart improvements

* Task do not open anymore in a new window on the Gantt chart
* Do not display task progress for tasks with no start/end date
This commit is contained in:
Frederic Guillot
2016-05-18 20:34:36 -04:00
parent 0378b5fcf9
commit 0830fe22b7
4 changed files with 22 additions and 2698 deletions

View File

@@ -129,6 +129,7 @@ gulp.task('vendor', function() {
gulp.task('js', function() {
gulp.src(src.js)
.pipe(concat('app.min.js'))
.pipe(uglify())
.pipe(gulp.dest(dist.js))
;
});