Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
vox
master
Vox
Asset
Entry
AssetConfig
AssetEncode
Bundle
BundleConfig
BundleStrategy
Classify
CleanUp
Command
Config
Copy
Database
Error
Fingerprint
Entry
FrontMatter
List
ListConfig
ListPrefix
Renderer
RenderType
RSSConfig
Server
ServerHandler
Built with Crystal 1.10.0
2023-12-28 06:38:43 UTC
class
Vox::
BundleConfig
Vox::BundleConfig
Reference
Object
Included Modules
YAML::Serializable
Defined in:
vox/config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(src : Array(String), target : String)
Class Method Summary
.defaults
Instance Method Summary
#fingerprint
: Bool
#minify
: Bool
#normalized!
(config)
#src
: Array(String)
#target
: String
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(src : Array(String), target : String)
#
[
View source
]
Class Method Detail
def self.
defaults
#
[
View source
]
Instance Method Detail
def
fingerprint
: Bool
#
[
View source
]
def
minify
: Bool
#
[
View source
]
def
normalized!
(config)
#
[
View source
]
def
src
: Array(String)
#
[
View source
]
def
target
: String
#
[
View source
]