|
|
|
|
|
by andrewjshults
4901 days ago
|
|
I've seen it used most commonly for framework assets (e.g., icons in profiler bar, exception handler pages, etc.) so that you don't have to clutter up your public directory with assets that will never be served on production. Otherwise, spriting + a pre-processor/asset pipeline gives nearly the same main benefit (reduced HTTP requests) with a lot less developer work + allows for caching. |
|