|
@@ -27,15 +27,18 @@ module.exports = {
|
|
|
],
|
|
|
pm_css:[
|
|
|
'lib/ztree/css/zTreeStyle.css',
|
|
|
- 'lib/spreadjs/sheets/css/gc.spread.sheets.sc.css'
|
|
|
+ 'lib/spreadjs/sheets/css/gc.spread.sheets.sc.css',
|
|
|
+ 'lib/jquery-contextmenu/jquery.contextMenu.css'
|
|
|
],
|
|
|
pm_jspaths:[
|
|
|
'public/web/date_util.js',
|
|
|
'public/web/tree_sheet/tree_sheet_helper.js',
|
|
|
+ 'public/web/sheet/sheet_data_helper.js',
|
|
|
'public/web/common_ajax.js',
|
|
|
'lib/JSExpressionEval_src/Date.js',
|
|
|
'web/building_saas/pm/js/**/*.js',
|
|
|
- 'lib/ztree/*.js'
|
|
|
+ 'lib/ztree/*.js',
|
|
|
+ 'lib/jquery-contextmenu/jquery.contextMenu.min.js'
|
|
|
],
|
|
|
main_css:[
|
|
|
'lib/ztree/css/zTreeStyle.css',
|