-
Notifications
You must be signed in to change notification settings - Fork 133
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
Helpers not available in assets:precompile #19
Comments
I'm opening up the gem and trying to debug the issue: for your reference this is the parser options hash being generated:
Opening the parser.js file and dumping out the tree.functions object's keys I find the following, which indicates they are there and available for use:
|
I have drilled down to the Less-2.0.8 gem, into The resulting exception message is: |
The cause of the problem was the setting of The cause:
The solution:
|
I have found that I am getting an error when running
assets:precompile
stating the helpers are not available.error evaluating function
image-url``Everything runs fine in development mode with dynamic compilation of stylesheets, but not on precompile. Any suggestions as to why they are not available?
The text was updated successfully, but these errors were encountered: