From c84ef36b35add4bc06116a1b70f431112637e3c2 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 23 Feb 2018 19:42:26 -0500 Subject: [PATCH] remove unneded line from democonfig --- demo/embark.json | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/embark.json b/demo/embark.json index ad63464f..68b3bb6f 100644 --- a/demo/embark.json +++ b/demo/embark.json @@ -2,7 +2,6 @@ "contracts": ["contracts/**"], "app": { "js/dapp.js": ["app/dapp.js"], - "js/jquery.js": ["app/js/_vendor/jquery.js"], "index.html": "app/index.html", "images/": ["app/images/**"] },