Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
my-cucumbers-ru-github-io
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Лотуга Данила Сергеевич
my-cucumbers-ru-github-io
Commits
82712d4c
Commit
82712d4c
authored
Nov 28, 2018
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update paths
parent
c5721f63
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gulpfile.js
gulpfile.js
+3
-3
index.html
index.html
+1
-1
No files found.
gulpfile.js
View file @
82712d4c
...
...
@@ -23,7 +23,7 @@ gulp.task('prepare', () => {
'!package-lock.json'
])
.
pipe
(
replace
(
/
(
<link rel="stylesheet" href="
)(
node_modules
\/
shower-
)([^\/]
*
)\/(
.*
\.
css">
)
/g
,
/
(
<link rel="stylesheet" href="
)(
node_modules
\/
@shower
\/
)([^\/]
*
)\/(
.*
\.
css">
)
/g
,
'$1shower/themes/$3/$4'
,
{
skipBinary
:
true
}
))
.
pipe
(
replace
(
...
...
@@ -43,7 +43,7 @@ gulp.task('prepare', () => {
const
material
=
gulp
.
src
([
'**'
,
'!package.json'
],
{
cwd
:
'node_modules/
shower-
material'
cwd
:
'node_modules/
@shower/
material'
})
.
pipe
(
rename
(
(
path
)
=>
{
path
.
dirname
=
'shower/themes/material/'
+
path
.
dirname
;
...
...
@@ -52,7 +52,7 @@ gulp.task('prepare', () => {
const
ribbon
=
gulp
.
src
([
'**'
,
'!package.json'
],
{
cwd
:
'node_modules/
shower-
ribbon'
cwd
:
'node_modules/
@shower/
ribbon'
})
.
pipe
(
rename
(
(
path
)
=>
{
path
.
dirname
=
'shower/themes/ribbon/'
+
path
.
dirname
;
...
...
index.html
View file @
82712d4c
...
...
@@ -4,7 +4,7 @@
<title>
Shower Presentation Engine
</title>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"node_modules/
shower-
ribbon/styles/styles.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/
@shower/
ribbon/styles/styles.css"
>
<style>
.shower
{
--slide-ratio
:
calc
(
16
/
9
);
...
...
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