-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Check js dependencies #924
Comments
@luchotc I don't know if I am understanding this issue. I read this docs page and the |
@luchotc ? |
I think the first part of the issue was written by request of @flbulgarelli. The original intention was to avoid including the js manually and use a depency instead, like polymer-rails or such. Since we are coupled to that specific version of webcomponents i don't think it's worth.
This one although, may be worth checking PS: sorry for the delay @rodri042, i was AFK 😬 |
Webcomponents.js was introduced and its loaded from vendor folder. It would be better to include it as a rails-asset.
Also check if rails-ujs is still needed as it is now part of Rails core since 5.1.0
The text was updated successfully, but these errors were encountered: