From 90205ed7c8df95314856bb402e17dd0fb4208e27 Mon Sep 17 00:00:00 2001 From: Samuel Reed Date: Fri, 28 Feb 2014 01:10:08 +0800 Subject: [PATCH] v0.5.3 hotfix. --- package.json | 4 ++-- tasks/lib/jasmine.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ed24d7b..06c2c8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jasmine", "description": "Run jasmine specs headlessly through PhantomJS.", - "version": "0.5.2", + "version": "0.5.3", "homepage": "https://github.com/gruntjs/grunt-contrib-jasmine", "author": { "name": "Grunt Team", @@ -28,7 +28,7 @@ "test": "grunt test" }, "dependencies": { - "grunt-lib-phantomjs": "~0.4.0", + "grunt-lib-phantomjs": "~0.5.0", "rimraf": "~2.1.4" }, "devDependencies": { diff --git a/tasks/lib/jasmine.js b/tasks/lib/jasmine.js index 80ccc9a..bffb641 100644 --- a/tasks/lib/jasmine.js +++ b/tasks/lib/jasmine.js @@ -80,6 +80,7 @@ exports.init = function(grunt, phantomjs) { var context = { temp : tempDir, + outfile : outfile, css : exports.getRelativeFileList(outdir, jasmineCss, { nonull : true }), scripts : { polyfills : exports.getRelativeFileList(outdir, polyfills),