lochmueller / html5videoplayer

TYPO3 CMS Extension - html5videoplayer
http://typo3.org/extensions/repository/view/html5videoplayer
7 stars 21 forks source link

wrong path to minified css files +Unexpected token import #29

Closed giuseppe-cavallaro-ba closed 7 years ago

giuseppe-cavallaro-ba commented 7 years ago

You fixed the path to the js files, but forgot the css file. html5videoplayer/Resources/Public/video.js-6.2.7/video-js.min.css

Also I'm getting a Unexpected token import Error on the first import line of the video.js file. import {version} from '../../package.json';

Any Ideas for this?

lochmueller commented 7 years ago

Please switch to CDN. I will drop the VideoJS files in the next version. It is much easier in the development workflow of the extension...

lochmueller commented 7 years ago

Fixed in current master. There was a wrong package in the extension. Switch the package to distribution package, adapt paths and also update to 6.2.8