Mark Story
Mark Story
I think having a tutorial would be great! You could include the resulting command in the docs directly as that will make it simpler for the reader and for us...
> I think I was confused; tags seem to be a [Datadog ](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent)extension of StatsD, and it's not part of the StatsD spec. Yes, tags are a datadog extension. I...
What does your filter block look like? It should contain `CssMinFilter` not `CssMin`. Fixing relative paths is hard as mini-asset doesn't know where the webroot is relative to the source...
I didn't intend to imply that relative paths are bad, and should never be used. I was trying to give background on why relative path resolution hasn't been implemented so...
JSON is horrible for config files as there is no way to include comments. Basic PHP arrays could work well though. The colon syntax looks fine to me, better than...
[toml](https://github.com/toml-lang/toml) is another good option :bike:
Requiring external libraries is another reason I initially went with ini files. Its built-in and doesn't have any of the drawbacks that JSON does, and cannot crash an application due...
Could you give an example/sample of problematic files? Are you using node LESS, or the PHP implementations?
Ah ok. Resolving those variable imports will be nigh on impossible without a sophisticated CSS parser. While the code you have _could_ be solved, other cases like ``` css //...
I'm open to changing it as long as we don't break the use case of having a `node_modules` in an application. We may not need the `NODE_PATH` environment variable as...