enum Vox::BundleStrategy

Defined in:

vox/bundle.cr

Enum Members

UglifyJS = 0
UglifyCSS = 1
Cat = 2

Class Method Summary

Instance Method Summary

Class Method Detail

def self.default_target(config : Config, extname : String) #

[View source]
def self.from_extname(extname : String) #

[View source]

Instance Method Detail

def cat? #

[View source]
def run(sources : Array(String), target : String) #

TODO handle filenames with space, file not found errors


[View source]
def uglify_css? #

[View source]
def uglify_js? #

[View source]