Alex Soncodi

Results 2 issues of Alex Soncodi

Some methods on `Node` could have a stricter type. Currently, the typings contain: ```ts // lib.dom.d.ts interface Node extends EventTarget { appendChild(newChild: T): T; insertBefore(newChild: T, refChild: Node | null):...

:+1: I am able to remove individual files by name after updating to 40f01fe923b48f52901ef65bea0f9bba9c2ea742, thanks! But trying ``` clean: { del: [{ src: '**/*.*' }] } ``` as per https://github.com/pifantastic/grunt-s3/issues/70...