jbox-web/remotipart

How to use remotipart with Webpacker gem

cdhagmann opened this issue · 1 comments

How to use remotipart with Webpacker gem

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'