minify
minify copied to clipboard
A PHP package for minifying your .css and .js.
When I run composer update its showing below error in console. `Call to undefined method Illuminate\Foundation\Application::share()` **Below is my terminal log** 
I'm getting this and the base_url is empty http://vir.mx/vipyme/admin/publichttp://vir.mx/admin/js/builds/358b80a099127a0f1ba684bc679a1e171453307911.js
Problem with minifying regular expressions Test.js: ``` var a = 1; var E = /[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/i; var b = 2; ``` Result: [http://i.imgur.com/pKOHCxe.png](url) **\* Regex extracted from angular-material.js
...break the minified version when prepended to another file. I've had this issue with qtip.min.js: ``` js /* qTip2 v2.2.1 | Plugins: tips viewport imagemap svg modal ie6 | Styles:...
Minifier should detect if a file is already minified and just include it without minifying it a second time. Processing an already minified js file sometimes leads to a: ErrorException...