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

Config Settings #47

Closed robertccs closed 9 years ago

robertccs commented 9 years ago

I'd like to check if it's feasable to have a setting in the config file to compress files containing JS as well.

fitztrev commented 9 years ago

Read my preferred way of minifying HTML in Laravel 5/5.1+ apps here: Using Gulp to Minify Laravel Blade Templates

fitztrev commented 9 years ago

In the html-minifier js settings, you can specify to minify files including js.