Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-03VirtualBox file sharing gives nginx a nonsense view of what's on diskBen Langfeld
Changes to candy.bundle.js were not being served by nginx, even though `cat` showed the changes. This persisted through `service nginx restart` and even `vagrant reload`.
2014-07-30TestingBen Langfeld
- Merge vagrant from candy-chat/vagrant to run tests on phantomjs - Implement basic tests for various modules - Create travis config file - Update CONTRIBUTING about testing
2014-07-28Merges the Candy dev environmentBen Langfeld
Comes from https://github.com/candy-chat/vagrant/pull/1. There's no convincing reason for this to be excluded from the main reason. The Vagrant environment makes working on Candy easier (provides an XMPP server for testing, Selenium & PhantomJS for automated tests and a ready-made NodeJS environment for building. This excludes candy-plugins for now. We can figure out how that fits later.