We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to append the hash to directory instead of the filename?
So if i reference a directory like
assets.tag('/mydir')
I get a hashed version
/mydir-0923489085
So this would mean if i request /mydir-8w7897234/myscript.js i would get the file /mydir/myscript.js
/mydir-8w7897234/myscript.js
/mydir/myscript.js
The reason i am asking is i am trying to integrate this with requirejs, and i want to set this hashed directory as my baseUrl on requirejs config.
baseUrl
I don't know if this would work, sorry if this is a dumb question.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to append the hash to directory instead of the filename?
So if i reference a directory like
assets.tag('/mydir')
I get a hashed version
/mydir-0923489085
So this would mean if i request
/mydir-8w7897234/myscript.js
i would get the file/mydir/myscript.js
The reason i am asking is i am trying to integrate this with requirejs, and
i want to set this hashed directory as my
baseUrl
on requirejs config.I don't know if this would work, sorry if this is a dumb question.
The text was updated successfully, but these errors were encountered: