minifyFiles

Minify the given files in place. It minifies the files in parallel.

void
minifyFiles
(
in string[] files
,
in bool hasComment = false
)

Parameters

files string[]

the paths to the files.

hasComment bool

a boolean to support comments in json. Default: false.

Meta