I'm using travis-ci for publish lektor. If travis change build dir, lektor produce different id value (`ctx.env.project.id`). [See this code for detail](https://github.com/lektor/lektor/blob/master/lektor/project.py#L14-L15) I think you may make way to fix project id or suggest to mitsuhiko to make unique id without path.
I'm using travis-ci for publish lektor.
If travis change build dir, lektor produce different id value (
ctx.env.project.id).See this code for detail
I think you may make way to fix project id or suggest to mitsuhiko to make unique id without path.