class

Mint::Bundler

Inherits Reference < Object

This class is responsible for compiling and building the application.

Constructors

Instance methods

application(*args, **options)
Source
application(*args, **options, &)
Source
artifacts

The artifacts to bundle.

Source
asset_path(node : Ast::Node)
Source
bundle
Source
bundle_name(node : Set(Ast::Node) | Bundle) : String
Source
bundle_names

Contains the names of the bundles.

Source
config

The bundle configuration.

Source
files

The end result of the bundling. It contains the all the files for the application.

Source
generate_application
Source
generate_assets
Source
generate_icons
Source
generate_icons?
Source
generate_index_html
Source
generate_manifest
Source
json(*args, **options)
Source
json(*args, **options, &)
Source
path_for_asset(filename : String) : String
Source
path_for_bundle(node : Set(Ast::Node) | Bundle) : String
Source
path_for_import(node : Set(Ast::Node) | Bundle) : String
Source

Nested types