playgroundbooks / playgroundbook

Tool for Swift Playground books
https://ashfurrow.com/blog/swift-playground-books/
MIT License
259 stars 17 forks source link

Basic support for cutscene pages #10

Closed rhysforyou closed 8 years ago

rhysforyou commented 8 years ago

This fixes #9 and adds very basic support for cutscene pages. In the future we'll probably want to expand this to, for example, ensure that the cutscene page's manifest points to an existing HTML file. For now though, this basic scaffolding resolves erroneous warnings when linting a playground book containing cutscene pages.

ashfurrow commented 8 years ago

This is fantastic, thanks Rhys!