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
I kind of having hard time to understand the existing code for jade so I decided to open an issue.
I guess the quickfix would be to append
var assets = { assets: #{JSON.stringify(assets)}, url: #{(url) -> @assets[url]} };
like it's done for jadeasset.
If anyone could do that i'd be glad.
My original issue is that i'm using requirejs and i'd need to be able to access assets.url.
thanks!
The text was updated successfully, but these errors were encountered:
+1
Would love to have this feature as well.
Sorry, something went wrong.
My apologies, I just noticed that asset-rack automatically transforms image references in .styl to the md5 hashed version. Very cool!
No branches or pull requests
I kind of having hard time to understand the existing code for jade so I decided to open an issue.
I guess the quickfix would be to append
like it's done for jadeasset.
If anyone could do that i'd be glad.
My original issue is that i'm using requirejs and i'd need to be able to access assets.url.
thanks!
The text was updated successfully, but these errors were encountered: