Skip to content

Commit

Permalink
Merge pull request #39 from erwinmombay/fix-reload
Browse files Browse the repository at this point in the history
chore(karma): add `bundleDelay` option to karma config
  • Loading branch information
cramforce committed Sep 9, 2015
2 parents e54290a + 7dfed88 commit e5f283a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = function(config) {
browserify: {
watch: true,
debug: true,
transform: ['babelify']
transform: ['babelify'],
bundleDelay: 900
},

reporters: ['progress'],
Expand Down

0 comments on commit e5f283a

Please sign in to comment.