Closed letmejustputthishere closed 9 months ago
if this behaviour is changed, we need to update this tutorial and remove the step where we delete the frontend canister from dfx.json
The tutorial is still correct. We hope that this situation will be improved once dfx extensions land
dfx new --no-frontend
has no associated explanation in dfx new
and doesn't work as expected (There should be no asset canister in dfx.json
and no src/xxx_frontend
.) as @letmejustputthishere noted.
I tried the following:
dfx new --no-frontend
I expected to see this happen: No asset canister present, no entries in
dfx.json
Instead, this happened: Asset canister and entrie present.
Meta
dfx --version
:Further log output
```
```