mirror of
https://github.com/videojs/video.js.git
synced 2025-07-15 01:34:23 +02:00
More build and testing cleanup. Also some reorganization.
This commit is contained in:
7
build/tasks/vjs-version.js
Normal file
7
build/tasks/vjs-version.js
Normal file
@ -0,0 +1,7 @@
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('vjs-version', function() {
|
||||
var version = grunt.vjsVersion.full;
|
||||
grunt.log.writeln(version);
|
||||
return version;
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user