Jason Lewis
Jason Lewis
All assets should be served as static files. I think you can add the expires headers through htaccess. CDN is still coming. Not sure when I'll get that in.
This repository is no longer maintained. On 25 Jan 2014 01:58, "Renato Moura" [email protected] wrote: > Hi @jasonlewis https://github.com/jasonlewis > I'm having the same problem > I would like to...
Is this is a request or...?
Not that I know of. Can you give me an example of what it would do? Cheers.
Hm, my guess is it's not building because the environment isn't production. This probably isn't ideal. If you look at the alias for `CssMin` it uses `whenEnvironmentIs('production', 'prod')` which means...
You'd need to remove the `whenEnvironmentIs` requirement from the `CssMin` filter alias.
I've pushed out a fix that may or may not solve your issue. The config file has been updated to include to changes. There are now `whenProductionBuild` and `whenDevelopmentBuild` requirements...
It's a dev dependency.
I'll push a change to support 4.1 later today. Cheers.
I was going to push the changes for this but I'm going to wait for a stable 4.1 release first. I'll need to fix up some things as well as...