onedesign / generator-one-base

A foundation for One Design Company projects on the web.
Other
1 stars 1 forks source link

Adds ability for gulp tasks to display in-browser notifications. #105

Closed cmalven closed 6 years ago

cmalven commented 6 years ago

Finishes #67

in-browser-linting-notifications

Adds a nice system for gulp tasks displaying their errors directly in the browser, rather than just in the console where they might be ignored/buried.

We already show breaking issues in the browser window – such as when compilation completely fails due to Sass or Webpack encountering an error – but this gives us the ability to display in-browser errors for events that would otherwise be difficult because the browser refreshes, such as:

This PR only adds in-browser notifications for ESLint issues, but will be easy to add to additional gulp tasks in the future.