Aurélien Delogu
Aurélien Delogu
Furthermore, benchmarks should be relevant. There's no sense about comparing a Ruby gem against a Crystal shard... If you need to benchmark something, just do it with direct HTML parsing...
So, in that case, gulp-umd seems kinda useless and all its benefits are lost :s
At the end of the documentation, it's mentionned that we can achieved it by simply installing https://github.com/talyssonoc/umd-templates Configure the `template` option and you're done! The documentation should be clearer, but...
Currently, I'm using [gulp-sftp](https://github.com/gtg092x/gulp-sftp) in addition to vinyl-ftp ;)
I seriously don't understand this either. It would be great to have a simple example in the docs ^^
I finally got it right, here's what I did (I simplified the code for the example) : ``` js /* - the first parameter is the remote path to clean;...
Did you try to comment `conn.newer('/memoryimprintstudio.com/wudental')`? Anyway, it really seems to be a globs issue with `gulp.src()`.
Are `conn.delete` and `conn.rmdir` concerned too?
Hum, ok. I assume that we can't glob remote files easily? Anyway, +1 for the `conn.mode(globs, mode)` API!