You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.
and added two graduated sized images in a subdirectory of a subdirectory of img:
$ ls source/img/StrongLevPics/PushingCart
_MG_8429.jpg _MG_8429_sm.jpg
I got an error during the build:
error build/rebecca/img/StrongLevPics.svg
Not found
I don't even understand this error --- why would it complain about a directory or file not found under build? Isn't it supposed to make all the files under build itself?
I was worried about my image directory being named "img" and not "images". But that's not what it (apparently) complained about. Then again, I don't understand the error message.
More generally, I want to know what to do if I have my images somewhere other than "images." Specifically, I'd like to have most of them in subdirectories associated with blog posts, as suggested in the blog documentation.
thanks for writing this gem. It looks like a great convenience (if I can ever get it to work!)
thanks, Rebecca
The text was updated successfully, but these errors were encountered:
and still got the error:
error build/rebecca/img/GoldenLeaves.svg
Not found
which is even more surprising because this doesn't pull anything from the image directory at all --- so what isn't found?
I should also note that my config.rb renamed the default images directory:
set :images_dir, 'img'
but just to see if that was the problem I changed it temporarily to 'images' but still got the error:
error build/rebecca/images/GoldenLeaves.svg
Not found
What isn't found? the file? the directory? I am very confused by this message.
thanks,
Rebecca
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried following the basic instructions:
I downloaded the gem, added a section to config.rb:
activate :clowncar
generate_clowncar "StrongLevPics"
and added two graduated sized images in a subdirectory of a subdirectory of img:
$ ls source/img/StrongLevPics/PushingCart
_MG_8429.jpg _MG_8429_sm.jpg
I got an error during the build:
error build/rebecca/img/StrongLevPics.svg
Not found
I don't even understand this error --- why would it complain about a directory or file not found under build? Isn't it supposed to make all the files under build itself?
I was worried about my image directory being named "img" and not "images". But that's not what it (apparently) complained about. Then again, I don't understand the error message.
More generally, I want to know what to do if I have my images somewhere other than "images." Specifically, I'd like to have most of them in subdirectories associated with blog posts, as suggested in the blog documentation.
thanks for writing this gem. It looks like a great convenience (if I can ever get it to work!)
thanks, Rebecca
The text was updated successfully, but these errors were encountered: