Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 271 Bytes

File metadata and controls

20 lines (17 loc) · 271 Bytes

mod-phantomjs

Run script in phantomjs sandbox

Usage

module.exports = {
    plugins: {
        "phantom": "mod-phantomjs"
    },
    tasks: {
        "phantom": {
            script: "./test.js",
            args: "http://www.qq.com"
        }
    }
};