(arg)
| 25 | }) |
| 26 | |
| 27 | function showError(arg) { |
| 28 | notifier.notify({ |
| 29 | title: 'Error', |
| 30 | message: '' + arg, |
| 31 | sound: 'Basso' |
| 32 | }) |
| 33 | console.log(arg) |
| 34 | this.emit('end') |
| 35 | } |
| 36 | |
| 37 | gulp.task('build:scss', () => { |
| 38 | return gulp.src(path.join('examples', 'assets', 'styles.scss')) |
no outgoing calls
no test coverage detected
searching dependent graphs…