From c812d3590aa66f319e1b7b44b838b8326f629d2b Mon Sep 17 00:00:00 2001 From: Jorge Cruz Date: Fri, 22 Aug 2014 22:45:38 -0700 Subject: [PATCH] Fix the path of the videojs ads plugin Tests are failing because of a bad path in the Gruntfile; The jasmine configuration has an incorrect path for the ads plugin. Fix by adding missing 'js' --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7b11467..2f917be 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,7 +26,7 @@ var gruntConfig = { helpers: helpers, vendor: [ "http://vjs.zencdn.net/4.4.3/video.js", - "lib/videojs-contrib-ads/video.ads.js", + "lib/videojs-contrib-ads/videojs.ads.js", "lib/vast-client.js" ] }