37得票2回答
当使用grunt-shell调用调用docker run的脚本时,如何解决“输入设备不是TTY”的问题?

当执行grunt shell:test时,我收到警告“输入设备不是TTY”,并且不想使用-f参数。$ grunt shell:test Running "shell:test" (shell) task the input device is not a TTY Warning: Comman...

7得票1回答
使用grunt-shell时,按下ctrl-c [SIGINT]无法工作

如果我在使用Grunt任务运行器时使用grunt-shell,我将无法使用ctrl-c [SIGINT]退出grunt。 grunt.registerTask('serve', [ 'less', 'autoprefixer', 'shell:hologram', // grun...