Relative Content

Tag Archive for ruby-on-railsrubysprocketsrails-assetssass-rails

How to disable sprockets from compiling stylesheets directory

I’m currently trying to move away from the obsolete sassc and sassc-rails gems and migrate to a recommended alternative – dartsass-rails. While doing this, I had to update my sprockets gem which now requires a manifest.js config file. According to what I read, the manifest.js file should contain directives of assets to be rendered. I added the following to my manifest.js;