remotipart
remotipart copied to clipboard
NPM package
This PR adds support for using the library via webpacker.
The package is not currently published so you'd need to add the dependency from github:
"remotipart": "https://github.com/JangoSteve/remotipart.git#npm_package"
And then just add the following to app/javascripts/application.js
:
import 'remotipart'
Usage via assets pipeline remains the same:
#= require jquery.remotipart
Note: we weren't able to test these changes on Rails-jQuery-Demo as it will require migrating to Rails 5 and setting up webpacker.
I think, until PR doesn't merged it should be use https://github.com/controlshift/remotipart.git#npm_package
. controlshift
instead of JangoSteve
any update?
Are there any updates on if this will be merged in?
I'd love to see this merged in and brought up to date with the latest changes. Any update on this?