embark-include-packages
v0.1.0
Published
Include other Solditiy files not contained in src
Readme
embark-include-packages
Include other Solidity files not contained in src.
Install
npm install embark-include-packagesConfig
in embark.json
"plugins": {
"embark-include-packages": {
"include": [
"path/to/contract.sol"
]
}
}