munee
munee copied to clipboard
Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation
``` "require": { "php": ">=5.3.2", "oyejorge/less.php": "1.7.0.5", "leafo/scssphp": "0.1.1", "tedivm/jshrink": "1.0.1", "imagine/imagine": "0.6.2", "coffeescript/coffeescript": "1.3.1", "meenie/javascript-packer": "1.1", "tubalmartin/cssmin": "~2.4", "sabberworm/php-css-parser": "7.0.0" } ```
Not sure if this is possible, I've read through the docs and to my eye I think I can't do this, but I'd like to crop an image from point...
Would absolutely love if source maps could be generated for the CSS and JS files for debugging. [More about source maps](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit)
I had a quick look but I didn't see anyone else mention it. Are there any plans to support ttf and other font files in the future? For example font-awesome...
This is a suggestion of course but I think it'd be great for package consumers to upgrade tubalmartin/cssmin package to latest `^4` version since it's way better (less buggy, more...
I still haven't found it. Luckily I had a .htaccess file on my desktop from a few months ago when I was supposed to try out munee but got sidetracked.
Munee is trying to parse urls inside the the JS file even its commented out. To be exact the URL on the last line of the following file: https://github.com/silviomoreto/bootstrap-select/blob/master/dist/js/bootstrap-select.min.js Btw...
For example, I use font-awesome like this: `` Original file excerpt: `src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');` Result: `src: url("/\\/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");` Kind regards
Fix warning "PHP warning: filemtime(): stat failed for...", when in variable $parsedFiles was mixed in key:value: Array ( [/home/dir1/dir2/scss/custom/file-1.scss] => 1456921101 [/home/dir1/dir2/scss/custom/file-1-vars.scss] => 1456921100 [0] => /home/dir1/dir2/scss/style.scss )
Latest sabberworm/php-css-parser fixes PHP 7 error "Cannot use Sabberworm\CSS\Value\String as String because 'String' is a special class name" https://github.com/bezumkin/MinifyX/issues/21