Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link-to-asset always returns a unique URL for concatenated .dieter assets #39

Open
philc opened this issue Jan 30, 2013 · 1 comment
Open

Comments

@philc
Copy link

philc commented Jan 30, 2013

(dieter/link-to-asset "js/_vendor.js.dieter" dieter-options))
=> /assets/js/_vendor.js-09c7f64118df3c9ff04559a14b850259.dieter

If I curl this URL and then call link-to-asset multiple times afterwards, I always get a new URL. The expected behavior is for the URL to be unchanging after the asset has been generated once (because it's now using the generated file's md5 in the link instead of a timestamp).

Note that link-to-asset works as expected with non-concatenated assets.

@DanThiffault
Copy link
Contributor

I'm getting the same behavior on non-manifest Less files with includes.

DanThiffault referenced this issue in DanThiffault/dieter Mar 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants