-
Notifications
You must be signed in to change notification settings - Fork 10
npx grunt build fails: "Required config property "copy.undefined" missing #13
Comments
Sorry, |
Thanks. As for the invidio.us support I'd like to contribute, I was wondering whether you could help me a little bit getting inside the code. I have a question: I'm trying to understand the way a |
You could see |
I've also fixed |
Cool.
Wonderfully explained. One more question please regarding the However, I've managed to test the document.querySelector('video').addEventListener("pause", function(){ console.log("paused")}) I've also tried to use document.querySelector('.vjs-play-control').click() According to your explanation, both of these console tests should simulate what the extension does only with a few wrappers from |
I would like to contribute a connector for https://invidio.us, it should be very similar to YouTube's. I get this error when running
npx grunt build
:I couldn't find any solution when searching the web for this error. I've worked around it though for my tests with Firefox by using
npx grunt build:firefox
instead.I still thought you should know so you'll be able to fix the
Gruntfile.js
accordingly.The text was updated successfully, but these errors were encountered: