How to use remotipart with Webpacker gem
cdhagmann opened this issue · 1 comments
cdhagmann commented
How to use remotipart with Webpacker gem
n-rodriguez commented
Copy jquery.iframe-transport.js and jquery.remotipart.js somewhere in app/javascript
(depending on your directory tree) and require it in your pack :
# Load JQuery Remotipart
require 'remotipart/jquery.iframe-transport.js'
require 'remotipart/jquery.remotipart.js'