0.1.4 • Published 7 years ago

grunt-phantomjs-basil v0.1.4

Weekly downloads
55
License
MIT
Repository
github
Last release
7 years ago

grunt-phantomjs-basil

Grunt PhantomJS plugin with extended options

Getting Started

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.

Install

$ npm install --save-dev grunt-phantomjs-basil

Usage

// Load the task
grunt.loadNpmTasks('grunt-phantomjs-basil');

OR

var phantomjs = require('grunt-phantomjs-basil').init(grunt);

Qunit Task

Running task: grunt qunit

Options

TODO

Usage Examples

TODO

Release History

v0.0.1 Initial Release