class ViteRuby::Manifest
def manifest
NOTE: When using build-on-demand in development and testing, the manifest
Internal: The parsed data from manifest.json.
def manifest return refresh if config.auto_build @manifest ||= load_manifest end
def manifest return refresh if config.auto_build @manifest ||= load_manifest end