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
0fdd2147
Commit
0fdd2147
authored
May 30, 2017
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix images paths in generated css
parent
3ac4820d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
build/documenteditor.json
build/documenteditor.json
+3
-3
build/presentationeditor.json
build/presentationeditor.json
+3
-3
build/spreadsheeteditor.json
build/spreadsheeteditor.json
+3
-3
No files found.
build/documenteditor.json
View file @
0fdd2147
...
...
@@ -108,9 +108,9 @@
},
"vars"
:
{
"app-image-const-path"
:
"'../img'"
,
"common-image-const-path"
:
"'../img'"
,
"app-image-path"
:
"'../../../../
../deploy/web-apps/apps/
documenteditor/main/resources/img'"
,
"common-image-path"
:
"'../../../../
../deploy/web-apps/apps/documenteditor
/main/resources/img'"
"common-image-const-path"
:
"'../
../../../common/main/resources/
img'"
,
"app-image-path"
:
"'../../../../documenteditor/main/resources/img'"
,
"common-image-path"
:
"'../../../../
common
/main/resources/img'"
}
},
"imagemin"
:
{
...
...
build/presentationeditor.json
View file @
0fdd2147
...
...
@@ -108,9 +108,9 @@
},
"vars"
:
{
"app-image-const-path"
:
"'../img'"
,
"common-image-const-path"
:
"'../img'"
,
"app-image-path"
:
"'../../../../
../deploy/web-apps/apps/
presentationeditor/main/resources/img'"
,
"common-image-path"
:
"'../../../../
../deploy/web-apps/apps/presentationeditor
/main/resources/img'"
"common-image-const-path"
:
"'../
../../../common/main/resources/
img'"
,
"app-image-path"
:
"'../../../../presentationeditor/main/resources/img'"
,
"common-image-path"
:
"'../../../../
common
/main/resources/img'"
}
},
"imagemin"
:
{
...
...
build/spreadsheeteditor.json
View file @
0fdd2147
...
...
@@ -108,9 +108,9 @@
},
"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'"
"common-image-const-path"
:
"'../
../../../common/main/resources/
img'"
,
"app-image-path"
:
"'../../../../spreadsheeteditor/main/resources/img'"
,
"common-image-path"
:
"'../../../../
common
/main/resources/img'"
}
},
"imagemin"
:
{
...
...
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