Update sprockets
Closed this issue ยท 13 comments
Please update the sprockets to version 3.
I concur, can't use with a brand new Rails 4.2.3 project.
Edit: This is while trying using to use v1.0.6.
@rafaelgonzalez Try v1.0.7
1.0.7
also depends on sprockets < 3.0.0
, so the issue still stands.
bundle update
solves the issue with both 1.0.6
and 1.0.7
because it forces sprockets to be < 3.0.0
. So I'll use sprockets < 3.0.0
in the meantime!
yeah.. there we a couple attempts to update sprockets processors to be 3.0.0 compliant in different forks. But no pull request so far. At some point I'll need to look into sprockets 3.0.0 docs and make needed changes.
๐
I tried polymer-rails with master
branch version, created a hello
component but still the manifest file is showing blank. I included the component name correctly //= require hello/hello
@alchapone @bjarosze
Can you create simple project with example of this and put link to repository?
๐ OK
https://github.com/piyushchauhan2011/polymer-rails-bug @bjarosze . Added you as the collaborators.
Hey @piyushchauhan2011 read polymer doc carefully ;) hello
is not a valid name for polymer element. Try hello-man
๐
Haha so silly of me @alchapone, I think then we can close this issue awesome work. I just checked works perfectly fine ๐ . I will leave the repository for reference though.
@piyushchauhan2011 Great! )