Skip to content

Commit

Permalink
Fix unittests deps not copied over in grunt run
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynalon committed Nov 11, 2015
1 parent 3621dd1 commit 3a2a233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ module.exports = function(grunt) {
showDir : true,
autoIndex: true,
defaultExt: "html",
runInBackground: true
runInBackground: false
}
}
});
Expand Down Expand Up @@ -307,5 +307,5 @@ module.exports = function(grunt) {
'shell:zip_release'
]);
// Default task
grunt.registerTask('default', [ 'release', 'debug' ] );
grunt.registerTask('default', [ 'release', 'debug', 'unittests' ] );
};

0 comments on commit 3a2a233

Please sign in to comment.