2016-03-11 00:48:53 +00:00
|
|
|
{
|
|
|
|
"name": "presentationeditor",
|
2016-03-29 15:54:12 +00:00
|
|
|
"version": "4.6.0",
|
|
|
|
"build": 762,
|
2016-03-11 00:48:53 +00:00
|
|
|
"homepage": "http://www.onlyoffice.com",
|
|
|
|
"sdk": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/sdkjs/common",
|
|
|
|
"../deploy/sdkjs/slide"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"files": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
2016-03-29 15:54:12 +00:00
|
|
|
"cwd": "../../sdkjs/common/",
|
2016-03-11 00:48:53 +00:00
|
|
|
"src": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"Images/*.cur",
|
|
|
|
"Native/*.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/sdkjs/common/"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"expand": true,
|
2016-03-29 15:54:12 +00:00
|
|
|
"cwd": "../../sdkjs/slide/themes/",
|
2016-03-11 00:48:53 +00:00
|
|
|
"src": "**/**",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/sdkjs/slide/themes/"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
{
|
2016-03-29 15:54:12 +00:00
|
|
|
"src": "../../sdkjs/slide/sdk-all.js",
|
|
|
|
"dest": "../deploy/sdkjs/slide/sdk-all.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"api": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/apps/api"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/api/",
|
2016-03-29 15:54:12 +00:00
|
|
|
"src": [
|
|
|
|
"**",
|
|
|
|
"!**/*.desktop"
|
|
|
|
],
|
|
|
|
"dest": "../deploy/web-apps/apps/api/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"main": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/apps/presentationeditor/main"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"js": {
|
|
|
|
"requirejs": {
|
|
|
|
"options": {
|
|
|
|
"name": "../apps/presentationeditor/main/app.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"out": "../deploy/web-apps/apps/presentationeditor/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:",
|
|
|
|
"jsrsasign": "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",
|
|
|
|
"jszip-utils",
|
|
|
|
"jsrsasign"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gateway": {
|
|
|
|
"deps": [
|
|
|
|
"jquery"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"analytics": {
|
|
|
|
"deps": [
|
|
|
|
"jquery"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"less": {
|
|
|
|
"embedImages": true,
|
|
|
|
"files": {
|
|
|
|
"src": "../apps/presentationeditor/main/resources/less/app.less",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/css/app.css"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"replacements": [
|
|
|
|
{
|
|
|
|
"from": "../../common/main/resources/img/",
|
|
|
|
"to": "../img/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "resources/img/",
|
|
|
|
"to": "../img/"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"imagemin": {
|
|
|
|
"images-app": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/presentationeditor/main/resources/img/",
|
|
|
|
"src": [
|
|
|
|
"**/*.{png,jpg,gif}"
|
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"images-common": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/common/main/resources/img/",
|
|
|
|
"src": [
|
|
|
|
"**/*.{png,jpg,gif}"
|
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"copy": {
|
|
|
|
"localization": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/presentationeditor/main/locale/",
|
|
|
|
"src": "*",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/locale/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"help": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/presentationeditor/main/resources/help/en/",
|
|
|
|
"src": "**",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/en/"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/presentationeditor/main/resources/help/ru/",
|
|
|
|
"src": "**",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/help/ru/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"index-page": [
|
|
|
|
{
|
|
|
|
"src": "../apps/presentationeditor/main/index.html.deploy",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/main/index.html"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"mobile": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/apps/presentationeditor/mobile"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"js": {
|
|
|
|
"src": [
|
|
|
|
"../apps/common/Gateway.js",
|
|
|
|
"../apps/common/Analytics.js",
|
|
|
|
"../apps/common/mobile/loader.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/view/Main.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/view/phone/toolbar/View.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/view/phone/Main.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/view/tablet/toolbar/View.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/view/tablet/Main.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/controller/Presentation.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/controller/Main.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/controller/phone/Main.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/controller/tablet/Main.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/controller/toolbar/View.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/profile/Phone.js",
|
|
|
|
"../apps/presentationeditor/mobile/app/profile/Tablet.js",
|
|
|
|
"../apps/common/locale.js",
|
|
|
|
"../apps/presentationeditor/mobile/app.js"
|
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dist": "../deploy/web-apps/apps/presentationeditor/mobile/app-all.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"css": {
|
|
|
|
"normal": {
|
|
|
|
"src": [
|
|
|
|
"../apps/presentationeditor/mobile/resources/css/application-normal.css"
|
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dist": "../deploy/web-apps/apps/presentationeditor/mobile/resources/css/application-normal.css"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"retina": {
|
|
|
|
"src": [
|
|
|
|
"../apps/presentationeditor/mobile/resources/css/application-retina.css"
|
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dist": "../deploy/web-apps/apps/presentationeditor/mobile/resources/css/application-retina.css"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"copy": {
|
|
|
|
"index-page": {
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/apps/presentationeditor/mobile/index.html": "../apps/presentationeditor/mobile/index.html.deploy"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"localization": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/presentationeditor/mobile/locale/",
|
|
|
|
"src": "*",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/locale/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"images-app": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/presentationeditor/mobile/resources/img/",
|
|
|
|
"src": "**",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"embed": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/apps/presentationeditor/embed"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"js": {
|
|
|
|
"src": [
|
|
|
|
"../apps/common/Gateway.js",
|
|
|
|
"../apps/common/Analytics.js",
|
|
|
|
"../apps/presentationeditor/embed/js/ApplicationView.js",
|
|
|
|
"../apps/presentationeditor/embed/js/ApplicationController.js",
|
|
|
|
"../apps/presentationeditor/embed/js/application.js"
|
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dist": "../deploy/web-apps/apps/presentationeditor/embed/app-all.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"less": {
|
|
|
|
"files": {
|
|
|
|
"src": "../apps/presentationeditor/embed/resources/less/application.less",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dist": "../deploy/web-apps/apps/presentationeditor/embed/resources/css/app-all.css"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"replacements": [
|
|
|
|
{
|
|
|
|
"from": "../../../../common/embed/resources/img/",
|
|
|
|
"to": "../img/"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"copy": {
|
|
|
|
"index-page": {
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/apps/presentationeditor/embed/index.html": "../apps/presentationeditor/embed/index.html.deploy"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"images-app": [
|
|
|
|
{
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../apps/common/embed/resources/img/",
|
|
|
|
"src": "**",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/apps/presentationeditor/embed/resources/img/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"touch": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/touch"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/touch/sencha-touch-all.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/touch/sencha-touch-all.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bootstrap": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/bootstrap"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/bootstrap/dist/js/bootstrap.min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/bootstrap/dist/js/bootstrap.min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"font": {
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../vendor/bootstrap/dist/fonts/",
|
|
|
|
"src": "*",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/bootstrap/dist/fonts/"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"css": {
|
|
|
|
"src": "../vendor/bootstrap/dist/css/bootstrap.min.css",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/bootstrap/dist/css/bootstrap.min.css"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"jquery": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/jquery"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"files": [
|
|
|
|
{
|
|
|
|
"src": "../vendor/jquery/jquery.min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/jquery/jquery.min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "../vendor/jquery.browser/dist/jquery.browser.min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/jquery/jquery.browser.min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"megapixel": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/megapixel"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/megapixel/megapix-image-min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/megapixel/megapix-image-min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sockjs": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/sockjs"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/sockjs/sockjs.min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/sockjs/sockjs.min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"xregexp": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/xregexp"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/xregexp/xregexp-all-min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/xregexp/xregexp-all-min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"jszip": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/jszip"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/jszip/jszip.min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/jszip/jszip.min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"jsziputils": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/jszip-utils"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/jszip-utils/jszip-utils.min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/jszip-utils/jszip-utils.min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"jsrsasign": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/jsrsasign"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/jsrsasign/jsrsasign-latest-all-min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/jsrsasign/jsrsasign-latest-all-min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"underscore": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/underscore"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"src": "../vendor/underscore/underscore-min.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/underscore/underscore-min.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"requirejs": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/requirejs"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"min": {
|
|
|
|
"src": "../vendor/requirejs/require.js",
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/requirejs/require.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"zeroclipboard": {
|
|
|
|
"clean": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/vendor/ZeroClipboard"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
|
|
|
"copy": {
|
|
|
|
"script": {
|
|
|
|
"expand": true,
|
|
|
|
"cwd": "../vendor/ZeroClipboard/",
|
|
|
|
"src": [
|
|
|
|
"**"
|
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"dest": "../deploy/web-apps/vendor/ZeroClipboard/"
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"obf_api": {
|
2016-03-29 15:54:12 +00:00
|
|
|
"ccvars": "../../sdkjs/slide/variable.map",
|
|
|
|
"ccprops": "../../sdkjs/slide/property.map",
|
|
|
|
"api": "../../sdkjs/slide/apiExport.js",
|
2016-03-11 00:48:53 +00:00
|
|
|
"clientjs": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/web-apps/apps/presentationeditor/main/app-edit.js",
|
|
|
|
"../deploy/web-apps/apps/presentationeditor/main/app-view.js",
|
|
|
|
"../deploy/web-apps/apps/presentationeditor/mobile/app-all.js",
|
|
|
|
"../deploy/web-apps/apps/presentationeditor/embed/app-all.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
],
|
2016-03-29 15:54:12 +00:00
|
|
|
"ccres": "../deploy/sdkjs/slide/sdk-all.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
},
|
|
|
|
"obf": {
|
2016-03-29 15:54:12 +00:00
|
|
|
"api": "../deploy/sdkjs/slide/sdk-all.js",
|
2016-03-11 00:48:53 +00:00
|
|
|
"pat": "asc_\\w+",
|
|
|
|
"keys": "-exp se -use-for-name",
|
|
|
|
"apply": [
|
2016-03-29 15:54:12 +00:00
|
|
|
"../deploy/sdkjs/slide/sdk-all.js",
|
|
|
|
"../deploy/web-apps/apps/presentationeditor/main/app-edit.js",
|
|
|
|
"../deploy/web-apps/apps/presentationeditor/main/app-view.js",
|
|
|
|
"../deploy/web-apps/apps/presentationeditor/mobile/app-all.js",
|
|
|
|
"../deploy/web-apps/apps/presentationeditor/embed/app-all.js"
|
2016-03-11 00:48:53 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"tasks": {
|
|
|
|
"deploy": [
|
|
|
|
"increment-build",
|
|
|
|
"deploy-api",
|
|
|
|
"deploy-sdk",
|
|
|
|
"deploy-sockjs",
|
|
|
|
"deploy-xregexp",
|
|
|
|
"deploy-requirejs",
|
|
|
|
"deploy-megapixel",
|
|
|
|
"deploy-touch",
|
|
|
|
"deploy-jquery",
|
|
|
|
"deploy-underscore",
|
|
|
|
"deploy-zeroclipboard",
|
|
|
|
"deploy-bootstrap",
|
|
|
|
"deploy-jszip",
|
|
|
|
"deploy-jsziputils",
|
|
|
|
"deploy-jsrsasign",
|
|
|
|
"deploy-app-main",
|
|
|
|
"deploy-app-mobile",
|
|
|
|
"deploy-app-embed"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|