As we saw in #8, using gulp-notify was causing a syntax error:
[12:11:35] gulp-notify: [Error in notifier] SyntaxError in plugin "gulp-notify"
Message:
Unexpected token { in JSON at position 129
This appears to be an upstream error, captured in mikaelbr/gulp-notify#129
When this upstream error is resolved, we should reinstate gulp-notify so everyone can enjoy hearing that satisfying "pop" sound again.
As we saw in #8, using
gulp-notify
was causing a syntax error:This appears to be an upstream error, captured in mikaelbr/gulp-notify#129 When this upstream error is resolved, we should reinstate
gulp-notify
so everyone can enjoy hearing that satisfying "pop" sound again.