ruby - Rails assets without sprockets, SASS or LESS -


When I created my own railway site, I removed Sass and I also removed the sprockets. I want to underwear with so many things from app / assets / stylesheets, but everything goes back to 404. How can I use stylesheet_link_tag (: name) without installing a spocket or saas-rail so that I can serve raw CSS? Or is there something wrong with my configuration?

Put your stylesheet in the public / stylesheet and asset pipeline .

Comments