mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
update Gruntfile.js to create an app.min.js for projectmanager
This commit is contained in:
parent
63a69c03cd
commit
a03748fbb2
11
Gruntfile.js
11
Gruntfile.js
@ -159,8 +159,6 @@ module.exports = function (grunt) {
|
|||||||
"api\/js\/etemplate\/et2_dataview.js",
|
"api\/js\/etemplate\/et2_dataview.js",
|
||||||
"api\/js\/etemplate\/et2_extension_nextmatch.js",
|
"api\/js\/etemplate\/et2_extension_nextmatch.js",
|
||||||
"api\/js\/etemplate\/et2_widget_favorites.js",
|
"api\/js\/etemplate\/et2_widget_favorites.js",
|
||||||
"phpgwapi\/js\/dhtmlxGantt\/codebase\/dhtmlxgantt.js",
|
|
||||||
"api\/js\/etemplate\/et2_widget_gantt.js",
|
|
||||||
"api\/js\/etemplate\/et2_widget_html.js",
|
"api\/js\/etemplate\/et2_widget_html.js",
|
||||||
"phpgwapi\/js\/ckeditor\/adapters\/jquery.js",
|
"phpgwapi\/js\/ckeditor\/adapters\/jquery.js",
|
||||||
"api\/js\/etemplate\/et2_widget_htmlarea.js",
|
"api\/js\/etemplate\/et2_widget_htmlarea.js",
|
||||||
@ -250,6 +248,15 @@ module.exports = function (grunt) {
|
|||||||
"pixelegg\/js\/fw_pixelegg.js"
|
"pixelegg\/js\/fw_pixelegg.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
projectmanager: {
|
||||||
|
files: {
|
||||||
|
"projectmanager\/js\/app.min.js": [
|
||||||
|
"projectmanager\/js\/dhtmlxGantt\/codebase\/dhtmlxgantt.js",
|
||||||
|
"projectmanager\/js\/et2_widget_gantt.js",
|
||||||
|
"projectmanager\/js\/app.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -2162,6 +2162,7 @@ abstract class egw_framework
|
|||||||
'pixelegg' => '/pixelegg/js/fw_pixelegg.js',
|
'pixelegg' => '/pixelegg/js/fw_pixelegg.js',
|
||||||
'calendar' => '/calendar/js/app.js',
|
'calendar' => '/calendar/js/app.js',
|
||||||
'mail' => '/mail/js/app.js',
|
'mail' => '/mail/js/app.js',
|
||||||
|
'projectmanager' => '/projectmanager/js/app.js',
|
||||||
) as $bundle => $file)
|
) as $bundle => $file)
|
||||||
{
|
{
|
||||||
if (@file_exists(EGW_SERVER_ROOT.$file))
|
if (@file_exists(EGW_SERVER_ROOT.$file))
|
||||||
|
Loading…
Reference in New Issue
Block a user