The code currently doesn't look in the truffle config file for a contracts directory, it just looks in the repo root:
|
if not (project_path / "contracts").exists(): |
I should be able to use the configured truffle directory if I wanted to.
module.exports = {
contracts_directory: "./src/contracts",
networks: {
Should be an easy fix, if you really need I can make the PR :)
The code currently doesn't look in the truffle config file for a contracts directory, it just looks in the repo root:
vertigo/eth_vertigo/cli/main.py
Line 81 in 52dde15
I should be able to use the configured truffle directory if I wanted to.
Should be an easy fix, if you really need I can make the PR :)