Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Houston-Inc/grunt-bunyip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-bunyip

It's the best grunt bunyip runner so far!

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-bunyip');

Documentation

grunt.initConfig({
    bunyip: {
        phantom: {
            waitBrowsersFor: 3000,
            args: [
                '-f',
                'test-build/test.html',
                'local',
                '-l',
                '"phantomjs"'
            ],
            timeout: 30000
        },
        all: {
            waitBrowsersFor: 6000,
            args: [
                '-f',
                'test-build/test.html',
                'local',
                '-l',
                '"firefox|chrome|safari|phantomjs"'
            ],
            timeout: 30000
        }
    }
}

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

0.0.1 - 12-10-2012

License

Copyright (c) 2012 Houston Inc.
Licensed under the MIT license.

About

Best grunt bunyip runner so far!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors