Skip to content

Commit 0065b00

Browse files
committed
log if there are even samples
1 parent 6c46b85 commit 0065b00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

browser/tasks/gulp-samples.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ function getSamples(cb) {
145145
cleanSamples();
146146

147147
samplesList = [];
148+
console.log('getting samples from ' + sampleSource);
148149

149150
gulp.src(sampleSource)
150151
// .pipe(gSort( { asc: false } ))

0 commit comments

Comments
 (0)