fitztrev / laravel-html-minify

Minifies the HTML output of Laravel 4 applications
https://github.com/fitztrev/laravel-html-minify/wiki/Laravel-5---5.1-HTML-Minifying
MIT License
414 stars 76 forks source link

Apparently no longer working with Laravel 4.2.x #27

Closed dhardtke closed 10 years ago

dhardtke commented 10 years ago

Hey,

see title..

I have it activated, don't get any error and it is just not working anymore (and yes, I also "touched" my template files).

Can someone fix it?

GrahamCampbell commented 10 years ago

In the meanwhile @dhardtke, you can use my package. My develop branch is currently targeted at laravel 4.2. https://github.com/GrahamCampbell/Laravel-HTMLMin/tree/develop.

You can get it by requiring "graham-campbell/htmlmin": "~2.0". You may need to add @dev flags or whatnot.

dhardtke commented 10 years ago

It's working again.. apparently the Laravel team changed something and broke it, but it's fine now :)

fitztrev commented 10 years ago

@dhardtke thanks for the update! :smile: Just tested and you are correct. It's working for me again.

GrahamCampbell commented 10 years ago

@dhardtke, @fitztrev. Yep, that was me: https://github.com/laravel/framework/pull/4605.