Closed softwarebyze closed 10 months ago
After I ran npx ignite-cli remove-demo
(see diff), I expected demo code to be removed, but I only saw icon image files get deleted. Code in Icon.tsx
still referenced these files, so the app wouldn't bundle anymore
i'll just leave the demo code and change it myself. this issue was more about trying out ignite's remove-demo
command than about actually removing the demo code. I think the command didn't touch the code because it only runs on files containing @demo
.
ideally id like to remove a screen just by calling the ignite cli, but since it didnt work as i expected (see above), I made a list of instructions for how to remove a screen in #10
run
https://github.com/infinitered/ignite/blob/master/docs/cli/Remove-Demo-Code.md