Sha256: 821ab7ef7c2055f4b78706f79974ca1b85b115463331e906b689d3332f178d65
Contents?: true
Size: 608 Bytes
Versions: 33
Compression:
Stored size: 608 Bytes
Contents
# Asset Pipeline with React on Rails In general, you should not be mixing the asset pipeline with rails/webpacker and React on Rails. If you're using React, then all of your CSS and images should be under either `/client` or `/app/javascript` or wherever you want your client side application. If you are incrementally migrating a large application, your main concern will be how to minimize duplication of styles and images between your old application and the new one. Please email [justin@shakacode.com](mailto:justin@shakacode.com) if you would be interested in help to migrate a larger application.
Version data entries
33 entries across 33 versions & 1 rubygems