aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-09-14 12:38:36 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-09-14 12:38:36 +0200
commit59ad79c467a7591dd31b121de023a8ada8b4d2f9 (patch)
treea89fe062632d96fd8959ee5903aaad144fdb66d1
parent3fb86482404e11942cd83c3500a297a3991db0e4 (diff)
Fix directory refactor
-rw-r--r--.bowerrc2
-rw-r--r--.vscode/launch.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bowerrc b/.bowerrc
index 077f68e..c7c43d3 100644
--- a/.bowerrc
+++ b/.bowerrc
@@ -1,3 +1,3 @@
{
- "directory" : "client/static/components"
+ "directory" : "src/client/static/components"
}
diff --git a/.vscode/launch.json b/.vscode/launch.json
index c3e0b94..995ecf7 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -15,7 +15,7 @@
"type": "node",
"request": "launch",
"name": "Server",
- "program": "${workspaceRoot}/bin/www"
+ "program": "${workspaceRoot}/src/server/bin/www"
}
],
"compounds": [