UNPKG

grunt-browsersnapsy

Version:

A grunt plugin to take screenshots via BrowserStack.

27 lines (20 loc) 549 B
module.exports = function(grunt) { 'use strict'; require('time-grunt')(grunt); grunt.loadNpmTasks('grunt-browsersnapsy'); var path = require('path'); require('load-grunt-config')(grunt, { configPath: path.join(process.cwd(), 'grunt', 'tasks'), init: true, data: { options: { }, paths: require(path.join(process.cwd(), 'grunt', 'options/') + 'paths.json') }, loadGruntTasks: { config: require('./package.json'), scope: 'devDependencies' }, postProcess: function() {} }); };