Closes #2377 - Migrate config from > GA

- Closes #2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
This commit is contained in:
Chris Cowan 2015-01-23 11:34:29 -07:00
parent fb984758ec
commit b42ec9fc53

View file

@ -32,6 +32,7 @@ module.exports = function (grunt) {
];
addTestTask(tasks);
if (process.env.TRAVIS) tasks.shift('esvm:dev');
addTestTask(tasks);
grunt.task.run(tasks);
});