Skip to content

Commit

Permalink
added comment for karma bug
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Sep 25, 2013
1 parent cafa0d4 commit 57bd1aa
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 @@ -510,6 +510,8 @@ module.exports = function (grunt) {
files: [
'<%= app_files.js %>'
],
// karma:unit:run is disabled because it breaks watch by stopping it
// see https://github.com/karma-runner/grunt-karma/issues/30
tasks: [ 'jshint:src', /*'karma:unit:run',*/ 'copy:build_appjs' ]
},

Expand Down

0 comments on commit 57bd1aa

Please sign in to comment.