aomaryus
Results
2
comments of
aomaryus
grunt file module.exports = function (grunt) { require('load-grunt-tasks')(grunt); grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), shell: { cypress: { command: function (env, user, mode) { ....
I am not using grunt any more. Thanks for everything.