Cannot ORIGIN PUSH Parent theme files?
-
I am playing with Origin Push and I am trying to get my theme files to be served from the CDN. I am using AWS so I already have S3 and CloudFront setup.
When I enable Host theme files, I would expect this to be aware of a parent relationship and upload the parent theme too. Unfortunately, this is not the case. It only uploads the current theme (not the parent).
So I thought a nice work-a-round would be to add the parent theme to the custom files list. I tried including the parent theme by adding:
{wp_content_dir}/themes/node/*.js {wp_content_dir}/themes/node/*.css {wp_content_dir}/themes/node/*.css.map {wp_content_dir}/themes/node/*.gif {wp_content_dir}/themes/node/*.jpg {wp_content_dir}/themes/node/*.png
To the custom list… Well, that won’t work because it seems to ignore any theme locations.
So it would appear that parent themes are not supported? For now, I had to disable theme files because this breaks the entire site…
- The topic ‘Cannot ORIGIN PUSH Parent theme files?’ is closed to new replies.