struct Mint::Bundler::Config
- Mint::Bundler::Config
- Struct
- Value
- Object
Defined in:
bundler.crConstructors
Instance Method Summary
- #clone
- #copy_with(test _test = @test, generate_manifest _generate_manifest = @generate_manifest, include_program _include_program = @include_program, runtime_path _runtime_path = @runtime_path, live_reload _live_reload = @live_reload, hash_assets _hash_assets = @hash_assets, skip_icons _skip_icons = @skip_icons, json _json = @json, optimize _optimize = @optimize)
- #generate_manifest : Bool
- #hash_assets : Bool
- #include_program : Bool
- #json : MintJson
- #live_reload : Bool
- #optimize : Bool
- #runtime_path : String | Nil
- #skip_icons : Bool
- #test : NamedTuple(url: String, id: String, glob: String) | Nil
Constructor Detail
def self.new(test : NamedTuple(url: String, id: String, glob: String) | Nil, generate_manifest : Bool, include_program : Bool, runtime_path : String | Nil, live_reload : Bool, hash_assets : Bool, skip_icons : Bool, json : MintJson, optimize : Bool)
#
Instance Method Detail
def copy_with(test _test = @test, generate_manifest _generate_manifest = @generate_manifest, include_program _include_program = @include_program, runtime_path _runtime_path = @runtime_path, live_reload _live_reload = @live_reload, hash_assets _hash_assets = @hash_assets, skip_icons _skip_icons = @skip_icons, json _json = @json, optimize _optimize = @optimize)
#