Publishing site removes fonts folder from css folder in theme #115
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the site publishes, it moves assets from the current theme folder in
content/themes
to thepublic
directory the theme can be served.There is a bug in this process that deletes subfolders under the themes
css
folder when those assets are moved.That's a big no no as we went the original theme assets preserved.
Ok, this should be good now. Whew...