Skip to content

Commit

Permalink
Move to gulp-istanbul 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outdooricon committed Dec 10, 2014
1 parent 3d5de6e commit 50d42ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ gulp.task('mocha', function () {
gulp.task('mocha-istanbul',['coffee'], function(cb){
gulp.src(['./out/backbone.manager.js'])
.pipe(istanbul()) // Covering files
.pipe(istanbul.hookRequire()) // Force `require` to return covered files
.on('finish', function () {
gulp.src(['./test/testRunner.js'])
.pipe(mocha({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gulp-coffee": "^2.2.0",
"gulp-coveralls": "^0.1.3",
"gulp-header": "^1.2.2",
"gulp-istanbul": "^0.3.1",
"gulp-istanbul": "^0.5.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
Expand Down

0 comments on commit 50d42ee

Please sign in to comment.