mikeymicrophone / commissulator

Commissulator is a set of tools that help Real Estate Agents working with Citi Pads in Manhattan streamline their paperwork.
Other
3 stars 4 forks source link

move to webpacker (from sprockets) #34

Open mikeymicrophone opened 5 years ago

mikeymicrophone commented 5 years ago

In order to use Action Text I'm planning to move to webpacker as the asset manager. I'd be open to keeping sprockets for css, but since Action Text incorporates stylesheets as well, I'm not sure if that will be the path of least resistance.

mikeymicrophone commented 5 years ago

This looks pretty useful https://www.neontsunami.com/posts/replacing-rails-asset-pipeline-with-webpacker

Official doc here https://github.com/rails/webpacker

mikeymicrophone commented 5 years ago

Great instructions here https://link.medium.com/srEzmNJZBR

Also the Stimulus library sounds much preferable to ‘jQuery.on’