This website requires JavaScript.
Explore
Help
Register
Sign In
web
/
video.js
Watch
1
Star
0
Fork
0
You've already forked video.js
mirror of
https://github.com/videojs/video.js.git
synced
2024-12-04 10:34:51 +02:00
Code
Releases
Activity
4cb76873f4
video.js
/
Gruntfile.js
6 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
build: @gkatsev updated the Gruntfile to use ES6. closes #2106
2015-05-01 21:53:51 +02:00
require
(
'babel/register'
)
;
More build and testing cleanup. Also some reorganization.
2015-03-28 07:59:21 +02:00
build: @gkatsev updated the Gruntfile to use ES6. closes #2106
2015-05-01 21:53:51 +02:00
module
.
exports
=
function
(
grunt
)
{
require
(
'./grunt.js'
)
(
grunt
)
;
Reorgnizing src files. Moving to grunt for build.
2013-01-12 10:02:20 +03:00
}
;
Copy Permalink