Fixing build UI stuff along with Rust (#2726)
This commit is contained in:
parent
a71006ebc4
commit
048d6968b0
@ -17,6 +17,6 @@
|
||||
extern crate parity_dapps_glue;
|
||||
|
||||
fn main() {
|
||||
parity_dapps_glue::js::build(concat!(env!("CARGO_MANIFEST_DIR"), "../../js"));
|
||||
parity_dapps_glue::js::build(concat!(env!("CARGO_MANIFEST_DIR"), "/../../js"));
|
||||
parity_dapps_glue::generate();
|
||||
}
|
||||
|
@ -51,5 +51,5 @@ impl WebApp for App {
|
||||
|
||||
#[test]
|
||||
fn test_js() {
|
||||
parity_dapps_glue::js::build(concat!(env!("CARGO_MANIFEST_DIR"), "../../js"));
|
||||
parity_dapps_glue::js::build(concat!(env!("CARGO_MANIFEST_DIR"), "/../../js"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user