added base path support for router, spelling fixes

This commit is contained in:
Wyatt Johnson
2017-08-15 14:19:58 -06:00
parent ca069317e9
commit e71eb28e42
15 changed files with 275 additions and 197 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ need to reconcile the plugins and build the static assets:
# get plugin dependancies and remote plugins
./bin/cli plugins reconcile
# build staic assets (including enabled client side plugins)
# build static assets (including enabled client side plugins)
yarn build
```