struct Mint::Bundler::Config

Defined in:

bundler.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def clone #

[View source]
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) #

[View source]
def generate_manifest : Bool #

def hash_assets : Bool #

def include_program : Bool #

def json : MintJson #

def live_reload : Bool #

def optimize : Bool #

def runtime_path : String | Nil #

def skip_icons : Bool #

def test : NamedTuple(url: String, id: String, glob: String) | Nil #