Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update videojs standard #204

Merged
merged 2 commits into from
Jul 19, 2018
Merged

Conversation

brandonocasey
Copy link
Contributor

No description provided.

@@ -12,14 +12,12 @@ const FILES = {
'scripts/rollup.config.js',
'scripts/version.js',
'src/plugin.js',
'test/index.html',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't make this file anymore, since 6.0.0

'scripts/karma.conf.js',
'test/plugin.test.js',
'.editorconfig',
'.gitignore',
'.npmignore',
'.nvmrc',
'scripts/jsdoc.json',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only make this file for docs, seems like the tests were majorly broken until now.

const fileList = () =>
_.union.apply(_, _.toArray(arguments).map(str => FILES[str]));
const fileList = function() {
return _.union.apply(_, _.toArray(arguments).map(str => FILES[str]));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arguments was undefined for an arrow function, which turned this to an empty array, so it was searching for nothing...

@@ -1,6 +1,10 @@
# generator-videojs-plugin

[![Build Status](https://travis-ci.org/videojs/generator-videojs-plugin.svg?branch=master)](https://travis-ci.org/videojs/generator-videojs-plugin)
[![Greenkeeper badge](https://badges.greenkeeper.io/videojs/generator-videojs-plugin.svg)](https://greenkeeper.io/)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our now standard badges!

@brandonocasey brandonocasey merged commit 759944a into master Jul 19, 2018
@brandonocasey brandonocasey deleted the chore/update-videojs-standard branch August 17, 2018 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant