right now to compile only vyper contracts, i do this:
ape compile contracts/*.vy
but that approach is a bit limited.
Specification
Have it automatically work w/o full path:
# only compile .vy contracts
ape compile *.vy
idea: --exclude-compiler flag?
ape compile --exclude-compiler solidity
exclude_compiler config:
compile:
exclude_compiler:
- solidity
basically i dont want to uninstall ape-solidity but i dont want to compile solidity contracts in some projects.
this may also be nice for some dependencies
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
Overview
right now to compile only vyper contracts, i do this:
but that approach is a bit limited.
Specification
Have it automatically work w/o full path:
idea:
--exclude-compiler
flag?exclude_compiler config:
basically i dont want to uninstall
ape-solidity
but i dont want to compile solidity contracts in some projects. this may also be nice for some dependenciesDependencies
Include links to any open issues that must be resolved before this feature can be implemented.