fitztrev/laravel-html-minify

Seems to bug on specific blade syntax.

Opened this issue · 0 comments

The minifying crashed when encoutering this :

events.js:141
      throw er; // Unhandled 'error' event
      ^
Error: Parse Error: <input name="is_light" type="checkbox" value="" @if($is_light == 1) checked @endif />

Hope you can fix this. Thank for the great job anyway.