Rails app is searching for stylesheets in the app/assets/stylesheets directory instead of app/javascript/stylesheets
Situation
When Rails app is running, it incorrectly searches for stylesheets in the app/assets/stylesheets instead of the intended app/javascript/stylesheets, resulting in issues with the correct functioning of the stylesheets.
Current configuration...
blog.alexandrecalaca.com4 min read