Nitin Prabhakar

Results 10 comments of Nitin Prabhakar
trafficstars

Opened per comments on #157 It is tough to share a plunk or actual code, as the library aliases `video.js`. almost all external code sharing platform fail to build aliased...

I really tried, but I can not seem to find all the necessary dependencies hosted on a cdn. I can only get the JS file. If i do it via...

> I really tried, but I can not seem to find all the necessary dependencies hosted on a cdn. > I can only get the JS file. If i do...

Phew I double checked. seems to be a typo here on github ,the code still reads `autoMuteDevice`

@thijstriemstra Thanks so much for all the help on this. Much much appreciated

Oh I figured, I should not be using `color`, but only specify the color model doing ```JS { background:{r:255,b:255,g:255,alpha:0} } ``` doesn't throw an error anymore. **However**, the `alpha` just...

The issue is this Let us assume, our css directory has three files |-project  |-css    |-a.css    |-b.css    |-c.css And, let our destination look like so: |-build   |-css...

Well, I figured the problem is because, when you delete a file, and no other files are changed, gulp-newer doesn't pipe anything at all hence, your destination remains unedited to...

@imelnych do you have a code snippet of what you are trying to do?. Sometimes, just some text doesn't help people understand specifically what you are trying to say From...

but the specs need to be implemented yet. #6 you can follow the specs, only after the browsers support them natively, or when a polyfill is ready to support it....