- Affected version
- 2.0.2
As of 2.0.2, I've noticed that if I delete a template from the ACP the changes are not propagated to the file system. It worked fine in prior versions. I haven't seen this reported elsewhere though so maybe it's just something particular with my development environment.
If anyone else is experiencing this, you can:
If anyone else is experiencing this, you can:
- Run
xf-dev:import -a Vendor/AddOn
(so long as your file system contains the 'master' copy) - Delete the
_output
folder (potentially destructive if you haven't imported first) - Delete the template
- Run
xf-dev:export -a Vendor/AddOn
to write the_output
folder back
Last edited: