pbelyaev / laravel-blade-compiler

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

Make @push and @stack methods works #2

Closed pbelyaev closed 8 years ago

pbelyaev commented 8 years ago

There are some Laravel Blade template's methods that don't work yet.

The stack method:

@stack('scripts')

And the push method as well:

@push('scripts')
    <script src="path/to/script.js"></script>
@endpush
pbelyaev commented 8 years ago

The feature added