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

Version Tagging #20

Closed stramel closed 10 years ago

stramel commented 10 years ago

Could you version your code so we don't have to use "dev-master" in composer?

Great discussion about why it is bad practice here: http://forumsarchive.laravel.io/viewtopic.php?id=10948

mtmacdonald commented 10 years ago

Another vote for this.

GrahamCampbell commented 10 years ago

Actually, a better practice would be branch aliasing.

fitztrev commented 10 years ago

Fixed with ab1fbd4.