Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug:] dfx new --no-frontend generates an unused <proj-name>_assets folder and canister. #1648

Open
crusso opened this issue May 7, 2021 · 0 comments
Labels
bug Something isn't working triaged

Comments

@crusso
Copy link
Contributor

crusso commented May 7, 2021

Nit: dfx new --no-frontend generates an unused _assets folder and canister.

crusso@vm:~/random_maze$ dfx --version
dfx 0.7.0-beta.6
crusso@vm:~$ dfx new --no-frontend random_maze
Fetching manifest https://sdk.dfinity.org/manifest.json
Creating new project "random_maze"...
crusso@vm:~$ tree random_maze/
random_maze/
├── dfx.json
├── README.md
└── src
    ├── random_maze
    │   └── main.mo
    └── random_maze_assets
        └── assets
            └── sample-asset.txt
4 directories, 4 files
@crusso crusso added the bug Something isn't working label May 7, 2021
@p-shahi p-shahi added the needs-triage This ticket needs investigation. label Jun 6, 2021
@sesi200 sesi200 added triaged and removed needs-triage This ticket needs investigation. labels Oct 4, 2022
dfinity-bot added a commit that referenced this issue Mar 19, 2023
mergify bot pushed a commit that referenced this issue Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged
Projects
None yet
Development

No branches or pull requests

3 participants