pbelyaev / laravel-blade-compiler

[NOT MAINTAINED] NPM Package that compiles Blade template language to HTML
MIT License
9 stars 4 forks source link

It's trying to parse when @include commented out #4

Closed pbelyaev closed 7 years ago

pbelyaev commented 8 years ago
{{--@include('template')--}}

The code above will try to include the commented template.

pbelyaev commented 7 years ago

fixed