Grunt PhantomJS plugin with extended options
This plugin requires Grunt >= 0.4.0
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins.
$ npm install --save-dev grunt-phantomjs-basil
// Load the task
grunt.loadNpmTasks('grunt-phantomjs-basil');
OR
var phantomjs = require('grunt-phantomjs-basil').init(grunt);
Running task: grunt qunit
TODO
TODO
v0.0.1 Initial Release