rails
Bending Webpack Into Rails Engines
Why Rails Engines ? First, let me define my problem. I want to write a rails engine for my customer, this engine is to provide several rails type features such as helpers, components etc… But, it also needs to package its assets in a modern webpack type way. However, unlike Read more…