Re: [accelerometer] The image is not showing in the live spec

It seems [bikeshed echidna][1] does not automatically publish image resources? I believe we need to define the image resources in [`BSPublishAdditionalFiles`][2] and publish again (haven't used this feature myself, just learned about it by reading the docs).

Ping @tabatkins @dontcallmedom to confirm how to fix.

Problem description:

TR spec published at:

https://www.w3.org/TR/2017/WD-accelerometer-20170411/

... has external image resources that were not automatically published, are 404:

https://www.w3.org/TR/2017/WD-accelerometer-20170411/accelerometer_coordinate_system.svg
https://www.w3.org/TR/2017/WD-accelerometer-20170411/accelerometer_coordinate_system.png

TR spec published with `bikeshed echidna` as follows:

```
bikeshed --force echidna \
         --u USERNAME \
         --p PASSWORD \
         --d https://lists.w3.org/Archives/Public/public-device-apis/2017Apr/att-0013/minutes-2017-04-06.html#resolution02 \
         --md-status=WD index.bs
```

Where `index.bs` is:

https://github.com/w3c/accelerometer/blob/WD-accelerometer-20170411/index.bs


[1]: https://tabatkins.github.io/bikeshed/#cli-echidna
[2]: https://tabatkins.github.io/bikeshed/#echidna-hooks



-- 
GitHub Notification of comment by anssiko
Please view or discuss this issue at https://github.com/w3c/accelerometer/issues/17#issuecomment-294778802 using your GitHub account

Received on Tuesday, 18 April 2017 10:48:25 UTC