Matija Marohnić
Matija Marohnić
@sindresorhus Which one do you use? I had bad experience with Mocha also, so I switched to Jasmine + Karma. I can implement that combo if that works for you...
What do you guys think about [this](http://twin.github.io/selenium-testing-workflow-with-webdriverio/) kind of setup for testing with PhantomJS & Mocha? Users would be able to easily switch browsers or use external services like Sauce...
[WebdriverIO](https://github.com/webdriverio/webdriverio) is a great Nodey way to test, so that's probably the right way to go. I'm already quite experienced with it, I'm just waiting for it to release a...
There is a [recipe](https://github.com/yeoman/generator-gulp-webapp/blob/b4878dc1306d52ba58b0226e8a9870600004209b/docs/recipes/asset-revisioning.md) for this, but I think you're right, maybe we should implement this.
Yeah, it would be nice if it was implemented here, too. The main problem is that I haven't figured out a way to rev all the assets, not just CSS...
Great! :+1:
Could you post an example of how would that `html` task look like?
If this would help revving, I'm all for it. But I think it's best to perform it on the `dist` folder after the build, that way we could rev fonts...
> but it actually removes the revved files, and leaves the un-revved files alone I was using it before and it worked fine. Maybe it gets screwed up when not...
@illycz no. 😕 We should really solve this, but Gulp isn't a good tool for this task.