Mark Story
Mark Story
I don't like optional features they end up confusing people and becoming bloat/broken over time. Why do the mtimes of your files become inaccurate when deploying from git? From what...
Ah, I forgot to do a fresh clone - derp. I have some concerns that using checksums will have other un-intended consequences. For example, the helper currently finds the most...
Looks like I was recalling how the code used to work. The current code doesn't use glob and works as you described.
Sounds like a plan. I'm not against the idea of using hashes as they have some benefits over timestamps like git deploys, or bad rsync implementations.
They aren't automatically minified as that would require generating build file definitions for them or using the dynamic build files, which are not supported in the standard non debug deployment...
That seems like a reasonable way to do things. Having the build shell walk those directories and minify each file into a mirrored directory structure in the cachePath will be...
There hasn't been any change here. I don't personally use this feature. Getting the autoincluded scripts working with the filter system might be a bit awkward. If you would like...
Welcome :) I think the dynamic build files needs to be rethought in general. I find having two ways to create builds is awkward but I've not yet come up...
Or use absolute paths.
Quite probably. But I don't know if littering cache directories all over the filesystem is a good idea.