I have the CSS & JS, how do I convert that to erb for my Rails app?
- by marcamillion
So I have the foundation of my Rails app, then I went ahead and did the JS and CSS.
How do I then take the CSS and JS that I have, and apply it to the app in a 'Rails Way'. i.e. a dynamic way that works nicely.
Can you give me some tutorials/articles/resources that I can read up to guide me, please?
I have tried the Rails guides, but I find them a bit lacking.
Any other good suggestions or tips that might help get me on the right track?
Thanks.