|
@@ -17,7 +17,7 @@ module.exports = {
|
|
|
'public/web/commonAlert.js'
|
|
|
],
|
|
|
common_css:[
|
|
|
- 'lib/bootstrap/css/bootstrap.min.css',
|
|
|
+ //'lib/bootstrap/css/bootstrap.min.css',
|
|
|
'web/building_saas/css/main.css',
|
|
|
'web/building_saas/css/custom.css',
|
|
|
'lib/font-awesome/font-awesome.min.css'
|
|
@@ -153,7 +153,8 @@ module.exports = {
|
|
|
compleGlj_css: [
|
|
|
'lib/jquery-contextmenu/jquery.contextMenu.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/bootstrap/css/bootstrap.min.css',
|
|
|
],
|
|
|
compleGlj_jspaths: [
|
|
|
'public/web/common_ajax.js',
|
|
@@ -176,7 +177,8 @@ module.exports = {
|
|
|
compleRation_ration_css: [
|
|
|
'lib/jquery-contextmenu/jquery.contextMenu.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/bootstrap/css/bootstrap.min.css',
|
|
|
],
|
|
|
compleRation_ration_jspaths:[
|
|
|
'lib/ztree/jquery.ztree.core.js',
|
|
@@ -206,7 +208,8 @@ module.exports = {
|
|
|
'web/building_saas/complementary_ration_lib/js/ration_installation.js.js'
|
|
|
],
|
|
|
compleRation_glj_css: [
|
|
|
- 'lib/spreadjs/sheets/css/gc.spread.sheets.sc.css'
|
|
|
+ 'lib/spreadjs/sheets/css/gc.spread.sheets.sc.css',
|
|
|
+ 'lib/bootstrap/css/bootstrap.min.css',
|
|
|
],
|
|
|
compleRation_glj_jspaths: [
|
|
|
'web/building_saas/complementary_ration_lib/js/global.js',
|
|
@@ -220,7 +223,8 @@ module.exports = {
|
|
|
'public/web/storageUtil.js'
|
|
|
],
|
|
|
compleRation_coe_css: [
|
|
|
- 'lib/spreadjs/sheets/css/gc.spread.sheets.sc.css'
|
|
|
+ 'lib/spreadjs/sheets/css/gc.spread.sheets.sc.css',
|
|
|
+ 'lib/bootstrap/css/bootstrap.min.css',
|
|
|
],
|
|
|
compleRation_coe_jspaths: [
|
|
|
'web/building_saas/complementary_ration_lib/js/global.js',
|
|
@@ -235,7 +239,8 @@ module.exports = {
|
|
|
],
|
|
|
compleRation_inst_css: [
|
|
|
'lib/spreadjs/sheets/css/gc.spread.sheets.sc.css',
|
|
|
- 'lib/jquery-contextmenu/jquery.contextMenu.css'
|
|
|
+ 'lib/jquery-contextmenu/jquery.contextMenu.css',
|
|
|
+ 'lib/bootstrap/css/bootstrap.min.css',
|
|
|
],
|
|
|
compleRation_inst_jspaths: [
|
|
|
'public/web/QueryParam.js',
|