SwiftDocOrg / swift-doc

A documentation generator for Swift projects
https://swiftdoc.org
MIT License
1.68k stars 100 forks source link

Embed generated CSS in Swift raw string literal #288

Closed mattt closed 3 years ago

mattt commented 3 years ago

Resolves #231 Alternative to #267

As discussed in https://github.com/SwiftDocOrg/swift-doc/pull/267#issuecomment-831939559, this PR takes an alternative approach. Rather than trying to make Swift package resources work, this PR changes our asset pipeline to write directly to a raw string literal constant in a Swift source file, which can be referred to directly in code.