mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-26 13:40:02 +00:00
add line to compile .vy
This commit is contained in:
parent
4795dc8edc
commit
8f3a2eabae
@ -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
289
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user