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
The siteleaf push theme function is extremely slow.
I'm not sure if it's an API issue (in which case I hope @destroytoday has noticed this and is looking into it already), an issue with the Gem itself, or one of its dependencies.
I've experienced this issue across two computers — one was a PC running Windows 7 64-bit and the other is an MBP running OS X 10.8.4 and the latest version of the SiteLeaf gem. It's safe to say that the issue is persistent across every machine, as the guy who posted #14 seems to be experiencing this issue to some extent.
It could merely be the zip function, because I do have a lot of files that need to be zipped. If that is so, then I think it would be smart to consider other options for packaging the theme for pushing to the server.
The text was updated successfully, but these errors were encountered:
We're on it. It's not an API issue, but more of a zipping issue and we need to be smarter about it. Currently, everything is zipped, uploaded, and extracted. This is definitely not smart, but rather MVP. We plan to push only changed files and add an ignore file very soon.
Okay, glad to here it's not an API issue.
An idea I've had for only uploading changed files is to create a custom Guard (i.e. guard-siteleaf) and just move the zip function from the Siteleaf gem itself to the Guard.
The
siteleaf push theme
function is extremely slow.I'm not sure if it's an API issue (in which case I hope @destroytoday has noticed this and is looking into it already), an issue with the Gem itself, or one of its dependencies.
I've experienced this issue across two computers — one was a PC running Windows 7 64-bit and the other is an MBP running OS X 10.8.4 and the latest version of the SiteLeaf gem. It's safe to say that the issue is persistent across every machine, as the guy who posted #14 seems to be experiencing this issue to some extent.
It could merely be the
zip
function, because I do have a lot of files that need to be zipped. If that is so, then I think it would be smart to consider other options for packaging the theme for pushing to the server.The text was updated successfully, but these errors were encountered: