Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
support for test:server and test:client grunt tasks which were remove…
Browse files Browse the repository at this point in the history
…d from the merge of 0.4.0 into master
  • Loading branch information
lirantal committed Jul 3, 2015
1 parent 52fe443 commit 2be8f71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ module.exports = function (grunt) {

// Run the project tests
grunt.registerTask('test', ['env:test', 'copy:localConfig', 'mongoose', 'mochaTest', 'karma:unit']);
grunt.registerTask('test:server', ['env:test', 'mongoose', 'mochaTest']);
grunt.registerTask('test:client', ['env:test', 'mongoose', 'karma:unit']);

// Run the project in development mode
grunt.registerTask('default', ['env:dev', 'lint', 'copy:localConfig', 'concurrent:default']);
Expand Down

0 comments on commit 2be8f71

Please sign in to comment.