linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

Fingerprint images #305

Closed jandudulski closed 9 years ago

jandudulski commented 9 years ago

Default fingerprint images. I imagine this is desired, just need to think it through

Quote from #160

So... lineman is missing fingerprints for images which is quite tricky - e.g. rails uses image_path template helpers and asset_path sass helper. I don't know node world well so I'm not sure if there are any solutions for such things already done here.

Any thoughts on this and plans to do this?

searls commented 9 years ago

Lineman already does fingerprint images, in fact.

On Sat, Aug 2, 2014 at 7:50 PM, Jan Dudulski notifications@github.com wrote:

Default fingerprint images. I imagine this is desired, just need to think it through Quote from #160 So... lineman is missing fingerprints for images which is quite tricky - e.g. rails uses image_path template helpers and asset_path sass helper. I don't know node world well so I'm not sure if there are any solutions for such things already done here.

Any thoughts on this and plans to do this?

Reply to this email directly or view it on GitHub: https://github.com/linemanjs/lineman/issues/305

jandudulski commented 9 years ago

Yeah, but as far as I understood only in limited manner - just copy the images with fingerprint in the filename.Without ability to put fingerpinted images into templates and css they are quite useless :(

searls commented 9 years ago

Nope, it does that too.

On Sat, Aug 2, 2014 at 8:23 PM, Jan Dudulski notifications@github.com wrote:

Yeah, but as far as I understood only in limited manner - just copy the images with fingerprint in the filename.Without ability to put fingerpinted images into templates and css they are quite useless :(

Reply to this email directly or view it on GitHub: https://github.com/linemanjs/lineman/issues/305#issuecomment-50978569

jandudulski commented 9 years ago

WOW. Sorry, I didn't verified it before creating issue, I did just base on linked issue and the fact that docs doesn't say anything about fingerprinting images. I think it would be a good idea to point this there.

Nevertheless awesome that this feature is here already, cool!