Fixed the output of the "path" computed property for the AssetPrefix enumeration in the library target.
This commit is contained in:
@@ -29,14 +29,14 @@ private extension Collection where Element == String {
|
||||
// MARK: Properties
|
||||
|
||||
static var paths: [Element] {[
|
||||
"/css",
|
||||
"/data",
|
||||
"/downloads",
|
||||
"/images",
|
||||
"/img",
|
||||
"/index",
|
||||
"/js",
|
||||
"/videos"
|
||||
"/css/",
|
||||
"/data/",
|
||||
"/downloads/",
|
||||
"/images/",
|
||||
"/img/",
|
||||
"/index/",
|
||||
"/js/",
|
||||
"/videos/"
|
||||
]}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user