Compare commits
2 Commits
master
...
0.5.x-hotf
Author | SHA1 | Date | |
---|---|---|---|
|
a5bff7b59f | ||
|
90205ed7c8 |
@ -1,4 +1,4 @@
|
||||
# grunt-contrib-jasmine v0.5.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine)
|
||||
# grunt-contrib-jasmine v0.5.3 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine)
|
||||
|
||||
> Run jasmine specs headlessly through PhantomJS.
|
||||
|
||||
@ -275,4 +275,4 @@ for more information on the RequireJS template.
|
||||
|
||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
||||
|
||||
*This file was generated on Mon Sep 02 2013 11:05:17.*
|
||||
*This file was generated on Thu Feb 27 2014 09:24:51.*
|
||||
|
@ -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": {
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user