-
Notifications
You must be signed in to change notification settings - Fork 38
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
Unable to find Rakefile when running rake ruby_binary #128
Comments
Have simplified the rules to:
(is that better?) but get the same error. |
I'm really interested in getting |
Could you try including Rakefile in the |
Could you create a branch and add a new folder under examples wjth this test case? |
Looking for additional core maintainers: #146 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to precompile my assets by creating a ruby_binary that runs
rake assets:precompile
.I intend to then tar up the compiled assets and have the genrule output these (rather than test.txt!)
My
BUILD
goes like this:But when I run the genrule I get:
Could anyone help me understand what's wrong here? I've included the
Rakefile
in thelib
, and also tried getting it onto the LOAD_PATH withincludes =
but no luck. Any advice really appreciated!The text was updated successfully, but these errors were encountered: