X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fvideojs-font%2FGruntfile.js;fp=node_modules%2Fvideojs-font%2FGruntfile.js;h=f5b52d38d3940823f95dcccf067d6d9e030a2673;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/videojs-font/Gruntfile.js b/node_modules/videojs-font/Gruntfile.js new file mode 100644 index 000000000..f5b52d38d --- /dev/null +++ b/node_modules/videojs-font/Gruntfile.js @@ -0,0 +1,8 @@ +require('babel/register'); + +module.exports = function(grunt) { + require('time-grunt')(grunt); + require('load-grunt-tasks')(grunt); + + require('./lib/grunt.js')(grunt); +};