alchaplinsky/polymer-rails

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.

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've added support for sprockets v3. See pull request #56

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

screen shot 2015-08-07 at 4 37 24 pm

@alchapone @bjarosze

Can you create simple project with example of this and put link to repository?

๐Ÿ‘ OK

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.