mehmedju

Results 2 issues of mehmedju

Hi there! Could you please provide me an information how I set the property 'extendedTimeOut' on the highest possible integer value. I have tried to set on: Math.pow(2, 53) ,...

I made grunt open task on the next way: module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), open : { ``` AngularSeedApp : { path: 'http://127.0.0.1:8888/app/index.html', //app: 'Google Chrome' }, ```...