add line to compile .vy

This commit is contained in:
Jonathan Rainville 2018-05-17 09:10:40 -04:00
parent 4795dc8edc
commit 8f3a2eabae
2 changed files with 145 additions and 146 deletions

View File

@ -9,7 +9,9 @@ class Vyper {
this.events = embark.events;
this.contractDirectories = options.contractDirectories;
// FIXME: Use array of extensions instead of duplicatiing
embark.registerCompiler(".py", this.compile_vyper.bind(this));
embark.registerCompiler(".vy", this.compile_vyper.bind(this));
}
static compileVyperContract(filename, compileABI, callback) {

289
package-lock.json generated

File diff suppressed because it is too large Load Diff