gulp-community / gulp-haml

gulp plugin for Haml
MIT License
25 stars 20 forks source link

Clarify compilation failure error message #18

Closed AnalyzePlatypus closed 7 years ago

AnalyzePlatypus commented 7 years ago

This PR improves error handling when HAML conversion fails.

Previous behavior:

HamlError: (Haml):2 invalid indentation; got 2, when previous was 0
// Which file broke?

The new behavior raises a util.PluginError with the failing file path:

Error in plugin 'gulp-haml'
HAML conversion failed
/path/to/index.haml
HamlError: (Haml):2 invalid indentation; got 2, when previous was 0
stephenlacy commented 7 years ago

thanks!

stephenlacy commented 7 years ago

published to v0.2.0

AnalyzePlatypus commented 7 years ago

w00t!