videojs / font

Icon font used for Video.js
https://videojs.github.io/font/
Apache License 2.0
60 stars 79 forks source link

babel version 6.1.18 #8

Closed odGit closed 8 years ago

odGit commented 8 years ago

Babel version 6.1.18 causes GRUNT to fail build. Changing in package.json "babel": "5.4.7",resolves issue.

gkatsev commented 8 years ago

That's weird. Though, it shouldn't be installing babel 6.

gkatsev commented 8 years ago

You need to use babel 5.x with this project, babel 6.x won't work.