Xolv.io

Results 11 comments of Xolv.io

Hi Is there anything in the app directory?

Aha, thanks for reporting back. Perhaps we just need to put quotes around the variables in the gruntfile. I'll take a look and update here. Thanks

Can't say I've seen this. This may help: https://code.google.com/p/chromedriver/issues/detail?id=415

Hello. We actually do wrap all functions manually, as you can see here: https://github.com/xolvio/meteor-rtd-example-project/blob/master. This keeps the jshint happy in our IDE :) I think it would be a nice...

Thanks for letting us know. I've not had a chance to mess around with the new rendering engine yet. I will soon though. We're waiting on the new iron-router to...

True. Needs some thought, or better docs

Thanks for the feedback. We really ought to get the docs up to date for RTD. I promise to when I get time :)

And make that error more informative

@ryw we use Jasmine. You can use mocha or any assertion framework you like. I'm wondering though, can't you just exclude chai.js from jslint checking?

yes. sort of :) jasmine-node runs the acceptance tests as you can see [here](https://github.com/xolvio/rtd/blob/master/Gruntfile.js#L350). This npm module is installed globally and it's probably best to leave that one alone. You...