Getting link_directory error when loading any page

Posted by Ife Odugbesan

8 months ago

0

rails scss css manifest

Error message:

link_directory argument must be a directory


It is looking for the folder specified with the link directory for example if your manifest.js looks like this: 

//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
//= link popper.js
//= link bootstrap.min.js
Then it is looking for a stylesheets folder within your assets folder