You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try to automatically upload my custom wordpress theme changes on save:
in my project folder the theme lives in PROJECTROOT/wp_child_theme/mytheme23/
on the server it lives in /home/m3599/Sites/my_wordpress/wp-content/themes/mytheme23
but this seems not to work..
in the debug log i get at last line [04-08 12:25:34] [info] local ➞ remote /home/me/mydata/myprojectroot/wp_child_theme/mytheme23/assets/css/theme_mods.css
but if i verify on the server via ssh login or other sftp tools the file is not updated...
is there any option to print both full paths the extions is using for the upload?
currently i only see the source - not the destination it really tries to write to...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Community,
i try to automatically upload my custom wordpress theme changes on save:
in my project folder the theme lives in
PROJECTROOT/wp_child_theme/mytheme23/
on the server it lives in
/home/m3599/Sites/my_wordpress/wp-content/themes/mytheme23
after reading
i thought that with this config this should be fine:
but this seems not to work..
in the debug log i get at last line
[04-08 12:25:34] [info] local ➞ remote /home/me/mydata/myprojectroot/wp_child_theme/mytheme23/assets/css/theme_mods.css
but if i verify on the server via ssh login or other sftp tools the file is not updated...
is there any option to print both full paths the extions is using for the upload?
currently i only see the source - not the destination it really tries to write to...
Desktop:
Beta Was this translation helpful? Give feedback.
All reactions