Paths
This commit is contained in:
parent
32e8cce527
commit
6bf6c3f0f4
2
demo/dist/demo.js
vendored
2
demo/dist/demo.js
vendored
@ -12676,7 +12676,7 @@ typeof navigator === "object" && (function () {
|
|||||||
var player = new Plyr(selector, {
|
var player = new Plyr(selector, {
|
||||||
debug: true,
|
debug: true,
|
||||||
title: 'View From A Blue Moon',
|
title: 'View From A Blue Moon',
|
||||||
iconUrl: '../dist/plyr.svg',
|
iconUrl: 'dist/plyr.svg',
|
||||||
keyboard: {
|
keyboard: {
|
||||||
global: true
|
global: true
|
||||||
},
|
},
|
||||||
|
2
demo/dist/demo.min.js
vendored
2
demo/dist/demo.min.js
vendored
File diff suppressed because one or more lines are too long
2
demo/dist/demo.min.js.map
vendored
2
demo/dist/demo.min.js.map
vendored
File diff suppressed because one or more lines are too long
1
demo/dist/plyr.svg
vendored
Normal file
1
demo/dist/plyr.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.4 KiB |
@ -62,7 +62,7 @@ import Plyr from '../../../src/js/plyr';
|
|||||||
const player = new Plyr(selector, {
|
const player = new Plyr(selector, {
|
||||||
debug: true,
|
debug: true,
|
||||||
title: 'View From A Blue Moon',
|
title: 'View From A Blue Moon',
|
||||||
iconUrl: '../dist/plyr.svg',
|
iconUrl: 'dist/plyr.svg',
|
||||||
keyboard: {
|
keyboard: {
|
||||||
global: true,
|
global: true,
|
||||||
},
|
},
|
||||||
|
@ -189,7 +189,8 @@ const build = {
|
|||||||
.pipe(svgstore())
|
.pipe(svgstore())
|
||||||
.pipe(rename({ basename: bundle }))
|
.pipe(rename({ basename: bundle }))
|
||||||
.pipe(size(sizeOptions))
|
.pipe(size(sizeOptions))
|
||||||
.pipe(gulp.dest(paths[bundle].output)),
|
.pipe(gulp.dest(paths[bundle].output))
|
||||||
|
.pipe(gulp.dest(paths.demo.output)),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user