v0.5.3 hotfix.
This commit is contained in:
parent
dfe8f05d42
commit
90205ed7c8
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "grunt-contrib-jasmine",
|
"name": "grunt-contrib-jasmine",
|
||||||
"description": "Run jasmine specs headlessly through PhantomJS.",
|
"description": "Run jasmine specs headlessly through PhantomJS.",
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Grunt Team",
|
"name": "Grunt Team",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grunt-lib-phantomjs": "~0.4.0",
|
"grunt-lib-phantomjs": "~0.5.0",
|
||||||
"rimraf": "~2.1.4"
|
"rimraf": "~2.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -80,6 +80,7 @@ exports.init = function(grunt, phantomjs) {
|
|||||||
|
|
||||||
var context = {
|
var context = {
|
||||||
temp : tempDir,
|
temp : tempDir,
|
||||||
|
outfile : outfile,
|
||||||
css : exports.getRelativeFileList(outdir, jasmineCss, { nonull : true }),
|
css : exports.getRelativeFileList(outdir, jasmineCss, { nonull : true }),
|
||||||
scripts : {
|
scripts : {
|
||||||
polyfills : exports.getRelativeFileList(outdir, polyfills),
|
polyfills : exports.getRelativeFileList(outdir, polyfills),
|
||||||
|
Loading…
Reference in New Issue
Block a user