Skip to content

Fix for issue where listing files were lost when sync-html was run#20

Open
timmerk wants to merge 1 commit intozacharyvoase:masterfrom
timmerk:master
Open

Fix for issue where listing files were lost when sync-html was run#20
timmerk wants to merge 1 commit intozacharyvoase:masterfrom
timmerk:master

Conversation

@timmerk
Copy link
Copy Markdown

@timmerk timmerk commented Oct 8, 2012

Build-listing needs to put the listing files directly into the HTML directory (instead of the temp directory) because of the static files (see line 107 in builder.py for more info on this). However, the sync-html command would overwrite the listing files. Since the internal workings of how build-listing works is not apparent to end users, I propose that build-listing is run after a sync-html command is run. This also makes sense because you have new data in the HTML directory, so you need new listing files. The attached patch does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant