mini-asset icon indicating copy to clipboard operation
mini-asset copied to clipboard

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.

Results 6 mini-asset issues
Sort by recently updated
recently updated
newest added

How can you define a custom filter, e.g. in your project and add it to the stack? I didn't see any config on this customization in the readme.

I guess this could be an enhancement and make things easier for people using tools like ```nodenv``` to manage nodejs versions. I've found this issue while using the ```Uglifyjs``` filter...

enhancement

Uglifyjs doesn't create source maps from STDIN, so we need the list of files. You could put the domain in the asset_compress.ini like `--source-map-url http/yourdomain/cached_js/scripts.js.map`. And the option to create...

I've just noticed mini-asset won't find dependencies declared with an import that uses a variable in LESS. I must say I don't really need this to work since the files...

bug

Hello Mark, Would you consider having https://github.com/postcss/autoprefixer as a default filter? there is already a library that has done most of the work https://github.com/vladkens/autoprefixer-php. I know it's very easy to...

enhancement

I'm having problems using SimpleCssMin in that it doesn't resolve relative paths. For example, compiling FontAwesome (trying to get [this](http://lipis.github.io/bootstrap-social/) installed and compiled via [BowerPHP](http://www.sitepoint.com/bower-vs-bowerphp/)), I get this: I then...