grunt-phantomjs-basil
v0.1.4
Published
Grunt PhantomJS task with extended options with the use of PhantomCSS. Some code used from https://github.com/gruntjs/grunt-lib-phantomjs
Downloads
3
Maintainers
Readme
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