Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dev.biuro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biuro
dev.biuro
Commits
61678957
Commit
61678957
authored
Mar 06, 2019
by
Simonas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server setting updated
parent
a6b73f4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
16 deletions
+19
-16
server.js
tasks/server.js
+15
-10
main.css
wp-content/themes/biuro/css/main.css
+4
-6
No files found.
tasks/server.js
View file @
61678957
...
...
@@ -34,17 +34,22 @@ const bundler = webpack(config);
export
function
server
()
{
bs
.
init
({
logPrefix
:
'Biuro'
,
proxy
:
{
target
:
conf
.
proxy
,
// proxyRes: [
// function (proxyRes, req, res) {
// // console.log(proxyRes.headers);
// console.log(req);
// }
// ],
ws
:
true
socket
:
{
domain
:
'https://dev.biuro.lt:2000'
// port: 443
},
httpModule
:
http2
,
proxy
:
conf
.
proxy
,
// proxy: {
// target: conf.proxy
// // proxyRes: [
// // function (proxyRes, req, res) {
// // // console.log(proxyRes.headers);
// // console.log(req);
// // }
// // ],
// // ws: true
// },
// httpModule: http2,
https
:
{
key
:
conf
.
certs
.
key
,
cert
:
conf
.
certs
.
cert
...
...
wp-content/themes/biuro/css/main.css
View file @
61678957
...
...
@@ -39,20 +39,18 @@ qa-: Signify that a QA or Test Engineering team is running an automated UI test
/* critical:end */
.tmp-contacts
{
img
{
display
:
none
;
}
ul
{
padding-left
:
5px
}
}
img
{
display
:
none
;
}
ul
{
padding-left
:
5px
}
}
.c-logos
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
div
{
flex
:
0
0
21%
;
border
:
1px
solid
gray
;
padding
:
1em
;
margin-bottom
:
1em
;
text-align
:
center
;
}
div
{
flex
:
0
0
21%
;
border
:
1px
solid
gray
;
padding
:
1em
;
margin-bottom
:
1em
;
text-align
:
center
;
}
}
.c-fixed-footer
{
@media
(--max--small)
{
position
:
fixed
;
left
:
0
;
bottom
:
0
;
width
:
100%
;
background
:
rgba
(
255
,
255
,
255
,
.85
);
padding
:
20px
20px
0
;
box-shadow
:
0
-1px
1px
0
rgba
(
0
,
0
,
0
,
.45
);
}
}
.biuro-ti-img
{
display
:
none
;
}
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