Tue Carr Nørgård

Results 7 comments of Tue Carr Nørgård

Yup this is an issue because the doc clearly states that you should be able to omit config: ``` /** * Mocks out a service with sinon stubbed functions *...

Hi, yes it works for me ``` .pipe(notIndexFilter) .pipe(rev()) // Rename the concatenated files .pipe(notIndexFilter.restore()) .pipe(revReplace()) // Substitute in new filenames .pipe(gulp.dest('public')); ``` 2016-01-11 5:46 GMT+01:00 fyrebase [email protected]: > Hey...

@tkrotoff Yes you are right if you are using gulp-filter version 3.x However I was using gulp-filter version 2.0.2 https://github.com/sindresorhus/gulp-filter/tree/v2.0.2#simple .. Maybe it's time for me to update :)

Hi @keithamus Is there any updates to this issue? I would really like to be able to use syntax like this for checking nested arrays: `someArray.should.all.have.property('someOtherArray').that.not.all.have.property('someProp')` Is there a recommended...

I made the following changes to the 'optimize' task to accomodate gulp-useref 3.x.x Note: I also generate source maps - which the old optimize task didn't do! Please let me...

@johnpapa @rwillmer Hope you can use the PR #177, let me know :)