web-apps/build/spreadsheeteditor.json

424 lines
16 KiB
JSON
Raw Normal View History

2016-03-11 00:48:53 +00:00
{
"name": "spreadsheeteditor",
2017-01-25 16:30:08 +00:00
"version": "4.3.0",
2018-03-28 12:40:38 +00:00
"build": 884,
2016-03-11 00:48:53 +00:00
"homepage": "http://www.onlyoffice.com",
"private": true,
"main": {
"clean": [
"../deploy/web-apps/apps/spreadsheeteditor/main"
2016-03-11 00:48:53 +00:00
],
"js": {
"requirejs": {
"options": {
"name": "../apps/spreadsheeteditor/main/app.js",
"out": "../deploy/web-apps/apps/spreadsheeteditor/main/app.js",
2016-03-11 00:48:53 +00:00
"baseUrl": "../apps/",
"inlineText": true,
"findNestedDependencies": true,
"preserveLicenseComments": false,
"optimizeAllPluginResources": true,
"paths": {
"jquery": "../vendor/jquery/jquery",
"underscore": "../vendor/underscore/underscore",
"backbone": "../vendor/backbone/backbone",
"text": "../vendor/requirejs-text/text",
"bootstrap": "../vendor/bootstrap/dist/js/bootstrap",
"perfectscrollbar": "common/main/lib/mods/perfect-scrollbar",
"jmousewheel": "../vendor/perfect-scrollbar/src/jquery.mousewheel",
"xregexp": "empty:",
"sockjs": "empty:",
"jszip": "empty:",
"jszip-utils": "empty:",
"coapisettings": "empty:",
"allfonts": "empty:",
"sdk": "empty:",
"api": "empty:",
"core": "common/main/lib/core/application",
"notification": "common/main/lib/core/NotificationCenter",
"keymaster": "common/main/lib/core/keymaster",
"tip": "common/main/lib/util/Tip",
"analytics": "common/Analytics",
"gateway": "common/Gateway",
"locale": "common/locale",
"irregularstack": "common/IrregularStack"
},
"shim": {
"underscore": {
"exports": "_"
},
"backbone": {
"deps": [
"underscore",
"jquery"
],
"exports": "Backbone"
},
"bootstrap": {
"deps": [
"jquery"
]
},
"perfectscrollbar": {
"deps": [
"jmousewheel"
]
},
"notification": {
"deps": [
"backbone"
]
},
"core": {
"deps": [
"backbone",
"notification"
]
},
"sdk": {
"deps": [
"jquery",
"underscore",
"coapisettings",
"allfonts",
"xregexp",
"sockjs",
"jszip",
2017-04-21 07:47:19 +00:00
"jszip-utils"
2016-03-11 00:48:53 +00:00
]
},
"gateway": {
"deps": [
"jquery"
]
},
"analytics": {
"deps": [
"jquery"
]
}
}
}
}
},
"less": {
"files": {
"src": "../apps/spreadsheeteditor/main/resources/less/app.less",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/css/app.css"
2016-03-11 00:48:53 +00:00
},
2016-11-10 11:57:07 +00:00
"vars": {
"app-image-const-path": "'../img'",
"common-image-const-path": "'../img'",
"app-image-path": "'../../../../../deploy/web-apps/apps/spreadsheeteditor/main/resources/img'",
"common-image-path": "'../../../../../deploy/web-apps/apps/spreadsheeteditor/main/resources/img'"
}
2016-03-11 00:48:53 +00:00
},
"imagemin": {
"images-app": [
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/main/resources/img/",
"src": [
2017-08-16 16:30:19 +00:00
"**/*.{png,jpg,gif,ico}"
2016-03-11 00:48:53 +00:00
],
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/"
2016-03-11 00:48:53 +00:00
}
],
"images-common": [
{
"expand": true,
"cwd": "../../sdkjs/word/Images/",
2016-03-11 00:48:53 +00:00
"src": [
"**/*.cur"
],
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/Images/"
2016-03-11 00:48:53 +00:00
},
{
"expand": true,
"cwd": "../apps/common/main/resources/img/",
"src": [
"**/*.{png,jpg,gif}"
],
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/"
2016-03-11 00:48:53 +00:00
}
]
},
2018-04-09 12:02:13 +00:00
"jsonmin": {
"files": "../deploy/web-apps/apps/spreadsheeteditor/main/**/*.json"
},
2016-03-11 00:48:53 +00:00
"copy": {
"localization": [
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/main/locale/",
"src": "*",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/locale/"
2016-03-11 00:48:53 +00:00
},
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/main/resources/formula-lang",
"src": "*",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/formula-lang"
2016-03-11 00:48:53 +00:00
}
],
"help": [
{
"expand": true,
2018-03-21 12:26:39 +00:00
"cwd": "../apps/spreadsheeteditor/main/resources/help/",
"src": ["**","!*_/**"],
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
2016-03-11 00:48:53 +00:00
}
],
"index-page": [
{
"src": "../apps/spreadsheeteditor/main/index.html.deploy",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/index.html"
2016-03-11 00:48:53 +00:00
}
]
2017-07-17 11:57:12 +00:00
},
"svgicons": {
"common": [
{
"expand": true,
"cwd": "../apps/common/main/resources/img",
"src": "**/*.svg",
2018-01-25 13:48:40 +00:00
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img"
2017-07-17 11:57:12 +00:00
}
],
"clean": [
2018-01-25 14:31:52 +00:00
"../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/**/*.svg"
2017-07-17 11:57:12 +00:00
]
2016-03-11 00:48:53 +00:00
}
},
"mobile": {
2017-01-13 15:35:56 +00:00
"clean": {
"deploy": [
"../deploy/web-apps/apps/spreadsheeteditor/mobile"
]
},
2016-03-11 00:48:53 +00:00
"js": {
2017-01-13 15:35:56 +00:00
"requirejs": {
"options": {
"name": "../apps/spreadsheeteditor/mobile/app.js",
"out": "../deploy/web-apps/apps/spreadsheeteditor/mobile/app.js",
"baseUrl": "../apps/",
"inlineText": true,
"findNestedDependencies": true,
"preserveLicenseComments": false,
"optimizeAllPluginResources": true,
"paths": {
"jquery": "../vendor/jquery/jquery",
"underscore": "../vendor/underscore/underscore",
"backbone": "../vendor/backbone/backbone",
"framework7": "../vendor/framework7/js/framework7",
"text": "../vendor/requirejs-text/text",
"xregexp": "empty:",
"sockjs": "empty:",
"jszip": "empty:",
"jszip-utils": "empty:",
"coapisettings": "empty:",
"allfonts": "empty:",
"sdk": "empty:",
"api": "empty:",
"core": "common/main/lib/core/application",
"extendes": "common/mobile/utils/extendes",
"notification": "common/main/lib/core/NotificationCenter",
"localstorage": "common/main/lib/util/LocalStorage",
"analytics": "common/Analytics",
"gateway": "common/Gateway",
"locale": "common/locale",
"irregularstack": "common/IrregularStack",
"sharedsettings": "common/mobile/utils/SharedSettings"
},
"shim": {
"framework7": {
"exports": "Framework7"
},
"underscore": {
"exports": "_"
},
"backbone": {
"deps": [
"underscore",
"jquery"
],
"exports": "Backbone"
},
"notification": {
"deps": [
"backbone"
]
},
"core": {
"deps": [
"backbone",
"notification",
"irregularstack",
"sharedsettings"
]
},
"extendes": {
"deps": [
"underscore",
"jquery",
"framework7"
]
},
"sdk": {
"deps": [
"jquery",
"underscore",
"coapisettings",
"allfonts",
"xregexp",
"sockjs",
"jszip",
2017-04-21 07:47:19 +00:00
"jszip-utils"
2017-01-13 15:35:56 +00:00
]
},
"gateway": {
"deps": [
"jquery"
]
},
"analytics": {
"deps": [
"jquery"
]
}
}
}
}
2016-03-11 00:48:53 +00:00
},
"css": {
2017-01-13 15:35:56 +00:00
"ios": {
2016-03-11 00:48:53 +00:00
"src": [
2017-01-13 15:35:56 +00:00
"../apps/spreadsheeteditor/mobile/resources/css/app-ios.css"
2016-03-11 00:48:53 +00:00
],
2017-01-13 15:35:56 +00:00
"dist": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/css/app-ios.css"
2016-03-11 00:48:53 +00:00
},
2017-01-13 15:35:56 +00:00
"material": {
2016-03-11 00:48:53 +00:00
"src": [
2017-01-13 15:35:56 +00:00
"../apps/spreadsheeteditor/mobile/resources/css/app-material.css"
2016-03-11 00:48:53 +00:00
],
2017-01-13 15:35:56 +00:00
"dist": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/css/app-material.css"
2016-03-11 00:48:53 +00:00
}
},
2017-01-13 15:35:56 +00:00
"htmlmin": {
"templates": [
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/mobile/app/template/",
"src": "*.template",
"dest": "../apps/spreadsheeteditor/mobile/app/template/"
}
]
},
2018-04-09 12:02:13 +00:00
"jsonmin": {
"files": "../deploy/web-apps/apps/spreadsheeteditor/mobile/**/*.json"
},
2016-03-11 00:48:53 +00:00
"copy": {
2017-01-13 15:35:56 +00:00
"template-backup": [
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/mobile/app/template/",
"src": "*.template",
"dest": "../apps/spreadsheeteditor/mobile/app/template/backup/",
"filter": "isFile"
}
],
"template-restore": [
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/mobile/app/template/backup/",
"src": "*.template",
"dest": "../apps/spreadsheeteditor/mobile/app/template/",
"filter": "isFile"
}
],
2016-03-11 00:48:53 +00:00
"index-page": {
"../deploy/web-apps/apps/spreadsheeteditor/mobile/index.html": "../apps/spreadsheeteditor/mobile/index.html.deploy"
2016-03-11 00:48:53 +00:00
},
"localization": [
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/mobile/locale/",
"src": "*",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/locale/"
2016-03-11 00:48:53 +00:00
}
],
"images-app": [
{
"expand": true,
"cwd": "../apps/spreadsheeteditor/mobile/resources/img/",
2017-02-02 15:04:42 +00:00
"src": "**/*.png",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/"
},
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/",
2016-03-11 00:48:53 +00:00
"src": "**",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/"
2016-03-11 00:48:53 +00:00
}
2018-03-28 12:40:38 +00:00
],
"images-common": [
{
"expand": true,
"cwd": "../apps/common/mobile/resources/img/about",
"src": "**",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/about"
}
2016-03-11 00:48:53 +00:00
]
}
},
"embed": {
2016-11-08 12:22:15 +00:00
"clean": {
"prebuild": [
"../deploy/web-apps/apps/spreadsheeteditor/embed"
],
"postbuild": [
"../deploy/web-apps/apps/spreadsheeteditor/embed/resources/img"
]
},
2016-03-11 00:48:53 +00:00
"js": {
"src": [
"../apps/common/Gateway.js",
"../apps/common/Analytics.js",
2016-11-08 12:22:15 +00:00
"../apps/common/embed/lib/util/utils.js",
"../apps/common/embed/lib/view/modals.js",
"../apps/common/embed/lib/controller/modals.js",
2016-03-11 00:48:53 +00:00
"../apps/spreadsheeteditor/embed/js/ApplicationView.js",
"../apps/spreadsheeteditor/embed/js/ApplicationController.js",
"../apps/spreadsheeteditor/embed/js/application.js"
],
"dist": "../deploy/web-apps/apps/spreadsheeteditor/embed/app-all.js"
2016-03-11 00:48:53 +00:00
},
"less": {
"files": {
"src": "../apps/spreadsheeteditor/embed/resources/less/application.less",
"dist": "../deploy/web-apps/apps/spreadsheeteditor/embed/resources/css/app-all.css"
2016-11-10 13:03:40 +00:00
}
2016-03-11 00:48:53 +00:00
},
"copy": {
"index-page": {
"../deploy/web-apps/apps/spreadsheeteditor/embed/index.html": "../apps/spreadsheeteditor/embed/index.html.deploy"
2016-03-11 00:48:53 +00:00
},
"images-app": [
{
"expand": true,
"cwd": "../apps/common/embed/resources/img/",
"src": "**",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/embed/resources/img/"
2016-03-11 00:48:53 +00:00
}
]
}
},
"tasks": {
"deploy": [
"increment-build",
"deploy-app-main",
"deploy-app-mobile",
"deploy-app-embed"
]
}
}