James Spencer

Results 3 comments of James Spencer

We needed to strip any leading slashes from script sources before passing the results directly to another 3rd party task: ``` { selector: 'script[src]', attribute: 'src', writeto: 'myJsRefs', isPath: true,...

Changing to _callback_ sounds good, also performance note. RE filtering: this did cross my mind but by allowing the user to manipulate the data also allows then to return non-string...

I'm currently using the callback option to perform this task but the code I've written is almost exactly the same as the read operation with the only difference being a...