trufflesuite / truffle-core

Core code for Truffle command line tool
MIT License
92 stars 93 forks source link

Compile contracts before running exec #132

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

truffle 908

Thesis: exec requires the artifacts for any meaningful use and compilation should be part of this command. Are there any arguments against this as a default - e.g. compilation should be a -c?

[Edit: Answer: maybe]

(Adding a unit for exec in truffle main repo so we can hit this file in the tests).