Closed rorticus closed 4 years ago
Enhancement
Configuring the application base path requires a trailing slash, which isn't obvious until you don't add one and your app doesn't work. We should automatically apply the trailing slash if it doesn't exist.
Expected behavior:
It'd be able to use a .dojorc like this:
.dojorc
{ "build-app": { "base": "my-path" } }
Actual behavior:
I need a trailing slash, like:
{ "build-app": { "base": "my-path/" } }
Resolved with https://github.com/dojo/cli-build-app/pull/430
Enhancement
Configuring the application base path requires a trailing slash, which isn't obvious until you don't add one and your app doesn't work. We should automatically apply the trailing slash if it doesn't exist.
Expected behavior:
It'd be able to use a
.dojorc
like this:Actual behavior:
I need a trailing slash, like: