module AssetPipeline::CLI::AmberGenerator

Defined in:

asset_pipeline/cli/amber_generator.cr

Constant Summary

SHIM_TEMPLATE = "<%= @screen_html %>\n"

Class Method Summary

Class Method Detail

def self.run(args : Array(String), views_root : String = "src/views", io : IO = STDOUT, err : IO = STDERR) : Int32 #

Entry point. args is typically ARGV from bin/asset_pipeline_amber. Returns the process exit code (0 on success, non-zero on usage error or filesystem failure).


[View source]