diff --git a/test_app/app/index.html b/test_app/app/index.html
index 10b27f231..bcd23a083 100644
--- a/test_app/app/index.html
+++ b/test_app/app/index.html
@@ -2,6 +2,8 @@
-
-
1. Set the value in the blockchain
-
-
-
2. Get the current value
-
-
-
3. Contract Calls
-
Javascript calls being made:
-
-
-
-
-
The node you are using does not support IPFS. Please ensure
CORS is setup for the IPFS node.
-
-
-
Save text to IPFS
-
-
-
Load text from IPFS given an hash
-
-
-
upload file to ipfs
-
-
-
Get file or image from ipfs
-
-
-
Javascript calls being made:
-
-
EmbarkJS.Storage.setProvider('ipfs',{server: 'localhost', port: '5001'})
-
-
-
-
-
The node you are using does not support Whisper
-
The node uses an unsupported version of Whisper
-
-
Listen To channel
-
-
-
Send Message
-
-
-
-
-
-
-
Javascript calls being made:
-
-
EmbarkJS.Messages.setProvider('whisper')
-
-
-
-
-
-
-
diff --git a/test_app/embark.json b/test_app/embark.json
index bc7382414..116e6d6fd 100644
--- a/test_app/embark.json
+++ b/test_app/embark.json
@@ -1,16 +1,13 @@
{
"contracts": ["app/contracts/**"],
"app": {
- "js/webpack_test.js": "app/js/index.js",
"js/jquery.js": "app/js/_vendor/jquery.min.js",
"js/bootstrap.js": "app/js/_vendor/bootstrap.min.js",
"css/app.css": ["app/css/**"],
"images/": ["app/images/**"],
- "js/app.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/bootstrap.min.js", "app/js/**", "!app/js/test.js", "!app/js/foo.js", "!app/js/foo.css", "!app/js/new_index.js"],
- "js/new_app.js": ["app/js/new_index.js"],
+ "js/app.js": ["app/js/index.js"],
"js/test.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/async.min.js", "app/js/test.js"],
"index.html": "app/index.html",
- "new_index.html": "app/new_index.html",
"test.html": "app/test.html",
"test2.html": "app/test2.html"
},