danielgtaylor / atom-api-blueprint-preview

Live preview API Blueprint in Atom
MIT License
43 stars 19 forks source link

The preview window does not refresh when the contents of any dependant file has changed #56

Closed dibbdob closed 4 years ago

dibbdob commented 8 years ago

Atom: 1.5.3 api-blueprint-preview: 0.7.0

If I reference another file in my main .apib file then whenever I change the contents of the referenced file and then save it I'd like to see the preview window get updated.

If this will be tricky to implement then at least having an option to refresh the window without having to manually close and re-open it would be helpful.

In my main file I have:

<!-- include(datastructures/datastructures.apib) -->

and the contents of the referenced file contains:

Data Structures

Billing Address (object)