Open taoeffect opened 8 years ago
This might be an oversight. Run $ mkdir ./app/images
within your app directory then all should work fine. Will take a look.
Ran into this myself, it's because the dir is empty so git doesn't add it. Canonical method to fix is to add a .gittouch
to empty dirs.
Whereas #1 seems like it might be an issue with truffle,
truffle build
fails for good reason (there is noimages
inapp/
):