mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Projectmanager: Fix gantt files weren't in minified file
This commit is contained in:
parent
72affb6696
commit
15a252c151
@ -271,6 +271,9 @@ module.exports = function (grunt) {
|
||||
projectmanager: {
|
||||
files: {
|
||||
"projectmanager/js/app.min.js": [
|
||||
"vendor/npm-asset/dhtmlx-gantt/codebase/dhtmlxgantt.js",
|
||||
"vendor/npm-asset/dhtmlx-gantt/codebase/ext/dhtmlxgantt_marker.js",
|
||||
"projectmanager/js/et2_widget_gantt.js",
|
||||
"projectmanager/js/app.js"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user