ConsenSysMesh / dao-wars

MIT License
50 stars 7 forks source link

truffle build doesn't work #2

Open taoeffect opened 8 years ago

taoeffect commented 8 years ago

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.
tcoulter commented 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.

taoeffect commented 8 years ago

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.