-
Notifications
You must be signed in to change notification settings - Fork 199
"rake assets:precompile" raise error at new rails project #250
Comments
I think this was fixed a couple of days ago. Try putting using the current master in Gemfile. |
Any chances of a new release so we can use the stable gem instead of the git master? |
All, just to let you know I haven't forgotten about this. In the middle of a big code rewrite that should be complete soon. |
whats the status on this? I could really use a fix |
@passa763 I'll put out an official release for this over the weekend. |
this issue is still open? I guess I got the same problem right now |
This is probably related to issue #257 and my own issue #268 As described in the other issues, I'm currently testing my fix: https://github.com/MediaFactual/requirejs-rails/tree/rails5-1-0-0 or with bundler: gem 'requirejs-rails', :git => 'https://github.com/MediaFactual/requirejs-rails.git', :branch => 'rails5-1-0-0' and will submit a pull request when I've tested them out. |
Merged in PR #249. |
Hi, I am new to require.js. I created a new rails project, add requirejs-rails, just try to make it works.
I follow Usage Step 1-3, then I run:
It return error...
I committed my new testing project here: https://github.com/ledowong/rjstest/commits/master
Did I miss something? Thanks.
The text was updated successfully, but these errors were encountered: