I started getting Permission Denied errors when running rake assets:precompile. Luckily I found this command from a post on Stackoverflow
(from the root directory in the command window):
chown [username] .
don’t forget the period.
Follow Along as I Stumble on the Path to Learning RoR
I started getting Permission Denied errors when running rake assets:precompile. Luckily I found this command from a post on Stackoverflow
(from the root directory in the command window):
chown [username] .
don’t forget the period.