Nice to meet you. I do not know if this topic qualifies but I have a question. I'm new to rails. I bought a theme that I liked in Themeforest and I want to put it in my app rails. It has all .JS and .CSS (It does not come in scss). I would like to know how to integrate it. I have tried with Vendor / assets / I call them in the application.scss with the @import each of the css @import "style"; with the JS // = require jquery.easing for example. It does not work for me, the styles are running, will the bootstrap version it brings be different? ..
Any other safer way to do it?