You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, this looks great! It would be good if there was a plain Node module though. That would make it a lot more accessible. Let's say there would be a new "link-checker" (core) module.
Then this project would have the new "link-checker" module as a dependency, so this would just wrap it for grunt.
Then I could also make a gulp module if that made sense (maybe a Gulp plugin isn't needed; maybe using the plain Node module with gulp on its own would make most sense, I don't know).
Would you be open to that? I had a quick look over the source and it doesn't seem like it would be hard. I'd be up for helping anyway.
The text was updated successfully, but these errors were encountered:
Hey, sorry for not responding. I think it would be cool to decouple, but this module is really just wrapping the node-crawler module with some handlers specific to checking links. There isn't much code like you said, so it might be best to just copy the code and modify it to work with gulp.
Hey, this looks great! It would be good if there was a plain Node module though. That would make it a lot more accessible. Let's say there would be a new "link-checker" (core) module.
Then this project would have the new "link-checker" module as a dependency, so this would just wrap it for grunt.
Then I could also make a gulp module if that made sense (maybe a Gulp plugin isn't needed; maybe using the plain Node module with gulp on its own would make most sense, I don't know).
Would you be open to that? I had a quick look over the source and it doesn't seem like it would be hard. I'd be up for helping anyway.
The text was updated successfully, but these errors were encountered: