dao-wars
dao-wars copied to clipboard
truffle build doesn't work
Whereas #1 seems like it might be an issue with truffle, truffle build
fails for good reason (there is no images
in app/
):
-> % truffle build
Couldn't find source directory for target images/ at ./app/images/. Check app configuration.
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.