From 31cc0c70e05063fb2b6117cb00f4aad4455fd161 Mon Sep 17 00:00:00 2001 From: fredpedro Date: Sat, 14 May 2016 14:42:30 +0700 Subject: [PATCH] Update package.json Configure to serve files from the "app" directory. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0edbc8b61..ab429f9042 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "postinstall": "bower install", "prestart": "npm install", - "start": "http-server -a localhost -p 8000 -c-1", + "start": "http-server app -a localhost -p 8000 -c-1", "pretest": "npm install", "test": "karma start karma.conf.js",