Paths
This commit is contained in:
		
							
								
								
									
										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, { | ||||
| 	        debug: true, | ||||
| 	        title: 'View From A Blue Moon', | ||||
| 	        iconUrl: '../dist/plyr.svg', | ||||
| 	        iconUrl: 'dist/plyr.svg', | ||||
| 	        keyboard: { | ||||
| 	          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, { | ||||
|                 debug: true, | ||||
|                 title: 'View From A Blue Moon', | ||||
|                 iconUrl: '../dist/plyr.svg', | ||||
|                 iconUrl: 'dist/plyr.svg', | ||||
|                 keyboard: { | ||||
|                     global: true, | ||||
|                 }, | ||||
|  | ||||
| @ -189,7 +189,8 @@ const build = { | ||||
|                 .pipe(svgstore()) | ||||
|                 .pipe(rename({ basename: bundle })) | ||||
|                 .pipe(size(sizeOptions)) | ||||
|                 .pipe(gulp.dest(paths[bundle].output)), | ||||
|                 .pipe(gulp.dest(paths[bundle].output)) | ||||
|                 .pipe(gulp.dest(paths.demo.output)), | ||||
|         ); | ||||
|     }, | ||||
| }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user