Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
627517cb
Commit
627517cb
authored
Jan 25, 2017
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE mobile] Fixed build config.
parent
beec096e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
136 additions
and
29 deletions
+136
-29
build/presentationeditor.json
build/presentationeditor.json
+136
-29
No files found.
build/presentationeditor.json
View file @
627517cb
...
...
@@ -216,46 +216,153 @@
}
},
"mobile"
:
{
"clean"
:
[
"../deploy/web-apps/apps/presentationeditor/mobile"
],
"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"
"clean"
:
{
"deploy"
:
[
"../deploy/web-apps/apps/presentationeditor/mobile"
],
"dist"
:
"../deploy/web-apps/apps/presentationeditor/mobile/app-all.js"
"template-backup"
:
[
"../apps/presentationeditor/mobile/app/template/backup"
]
},
"js"
:
{
"requirejs"
:
{
"options"
:
{
"name"
:
"../apps/presentationeditor/mobile/app.js"
,
"out"
:
"../deploy/web-apps/apps/presentationeditor/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:"
,
"jsrsasign"
:
"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"
,
"jszip-utils"
,
"jsrsasign"
]
},
"gateway"
:
{
"deps"
:
[
"jquery"
]
},
"analytics"
:
{
"deps"
:
[
"jquery"
]
}
}
}
}
},
"css"
:
{
"
normal
"
:
{
"
ios
"
:
{
"src"
:
[
"../apps/presentationeditor/mobile/resources/css/app
lication-normal
.css"
"../apps/presentationeditor/mobile/resources/css/app
-ios
.css"
],
"dist"
:
"../deploy/web-apps/apps/presentationeditor/mobile/resources/css/app
lication-normal
.css"
"dist"
:
"../deploy/web-apps/apps/presentationeditor/mobile/resources/css/app
-ios
.css"
},
"
retina
"
:
{
"
material
"
:
{
"src"
:
[
"../apps/presentationeditor/mobile/resources/css/app
lication-retina
.css"
"../apps/presentationeditor/mobile/resources/css/app
-material
.css"
],
"dist"
:
"../deploy/web-apps/apps/presentationeditor/mobile/resources/css/app
lication-retina
.css"
"dist"
:
"../deploy/web-apps/apps/presentationeditor/mobile/resources/css/app
-material
.css"
}
},
"htmlmin"
:
{
"templates"
:
[
{
"expand"
:
true
,
"cwd"
:
"../apps/presentationeditor/mobile/app/template/"
,
"src"
:
"*.template"
,
"dest"
:
"../apps/presentationeditor/mobile/app/template/"
}
]
},
"copy"
:
{
"template-backup"
:
[
{
"expand"
:
true
,
"cwd"
:
"../apps/presentationeditor/mobile/app/template/"
,
"src"
:
"*.template"
,
"dest"
:
"../apps/presentationeditor/mobile/app/template/backup/"
,
"filter"
:
"isFile"
}
],
"template-restore"
:
[
{
"expand"
:
true
,
"cwd"
:
"../apps/presentationeditor/mobile/app/template/backup/"
,
"src"
:
"*.template"
,
"dest"
:
"../apps/presentationeditor/mobile/app/template/"
,
"filter"
:
"isFile"
}
],
"index-page"
:
{
"../deploy/web-apps/apps/presentationeditor/mobile/index.html"
:
"../apps/presentationeditor/mobile/index.html.deploy"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment