UNPKG

progalenor

Version:

A protractor helper library for responsive testing

19 lines (15 loc) 347 B
'use strict'; module.exports = function (grunt) { grunt.loadNpmTasks('grunt-contrib-connect'); grunt.initConfig({ connect: { server: { options: { keepalive:true, port: 9001, base: 'test' } } } }); };