Justis R
Member
I'm collaborating with another developer on a particular addon, and as quoted here:
I pulled his changes, confirmed the files were as expected, then ran xf-dev:import and then rebuilt the caches.
Most of the changes seem to have been imported correctly. Templates, routes, controllers. However, the template modification he made has not been imported. I've verified that the template modification is correctly located within the output folder and is even correctly recorded in _output/template_modifications/_metadata.json However, the import hasn't picked it up, and running the import again yields the same results.
The cli output for the import command contains the log:
So we at least know the template modification import step was run.
If anyone has any ideas what might be causing this, I'd really appreciate it.
Most of it isn't really relevant. The meat of it is essentially
Code:git pull php cmd.php xf-dev:import php cmd.php xf-dev:rebuild-caches
I pulled his changes, confirmed the files were as expected, then ran xf-dev:import and then rebuilt the caches.
Most of the changes seem to have been imported correctly. Templates, routes, controllers. However, the template modification he made has not been imported. I've verified that the template modification is correctly located within the output folder and is even correctly recorded in _output/template_modifications/_metadata.json However, the import hasn't picked it up, and running the import again yields the same results.
The cli output for the import command contains the log:
Code:
Importing template modifications...
Template modifications imported. (0.01s)
If anyone has any ideas what might be causing this, I'd really appreciate it.