dao-wars icon indicating copy to clipboard operation
dao-wars copied to clipboard

truffle build doesn't work

Open taoeffect opened this issue 9 years ago • 2 comments

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.

taoeffect avatar Nov 13 '15 07:11 taoeffect

This might be an oversight. Run $ mkdir ./app/images within your app directory then all should work fine. Will take a look.

tcoulter avatar Nov 13 '15 22:11 tcoulter

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.

taoeffect avatar Nov 14 '15 22:11 taoeffect